Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-pod5: Init at 0.3.10 #44100

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

py-pod5: Init at 0.3.10 #44100

wants to merge 1 commit into from

Conversation

Pandapip1
Copy link
Contributor

@Pandapip1 Pandapip1 commented May 9, 2024

Adds py-pod5, a command line utility for the POD5 file format.

Blocked by #44190


license("MPL-2.0", checked_by="Pandapip1")

if (arch == "x86_64" or arch == "x64") and os == "linux": # Linux on x86_64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should build from source, using CMake. Any advice @adamjstewart ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should download from GitHub, set the build_directory to python/lib_pod5, and try the normal PythonPackage base class. If that doesn't work, we may need to build with CMakePackage or depend on a new C++ package in addition to the Python package. Don't have time to help myself, but see https://spack.readthedocs.io/en/latest/build_systems/pythonpackage.html for the docs on this.

@alalazo alalazo self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants