-
Notifications
You must be signed in to change notification settings - Fork 720
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
Adding easyconfig medaka-2.0.1-foss-2023a.eb #22001
base: develop
Are you sure you want to change the base?
Adding easyconfig medaka-2.0.1-foss-2023a.eb #22001
Conversation
Medaka v2 now relies on PyTorch instead of TensorFlow and also needs tqdm. Building with WITHDEFLATE=1 since otherwise the medaka import sanity check fails because libmedaka.abi3.so is missing certain libdeflate-related symbols. Libdeflate is also supposed to help the BAM file IO (https://github.com/nanoporetech/medaka/releases/tag/v1.6.0).
Updated software
|
dependencies = [ | ||
('Python', '3.11.3'), | ||
('Python-bundle-PyPI', '2023.06'), # includes cffi | ||
('PyTorch', '2.1.2'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PyTorch version should be 2.3 or 2.3.1 according to https://github.com/nanoporetech/medaka/blob/03b58482ca38088790edfa4b196f8bf619f83c05/requirements.txt#L18
Medaka v2 now relies on PyTorch instead of TensorFlow and also needs tqdm.
Building with WITHDEFLATE=1 since otherwise the medaka import sanity check fails because libmedaka.abi3.so is missing certain libdeflate-related symbols. Libdeflate is also supposed to help the BAM file IO (https://github.com/nanoporetech/medaka/releases/tag/v1.6.0).