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

Update InstaNovo: Use GPU version of Pytorch #52231

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipes/instanovo/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1
run_exports:
- {{ pin_subpackage(name | lower, max_pin="x.x") }}

Expand Down Expand Up @@ -41,7 +41,7 @@ requirements:
- scikit-learn
- spectrum_utils
- tensorboard
- pytorch
- pytorch-gpu
- tqdm

test:
Expand All @@ -54,12 +54,12 @@ test:

about:
home: https://github.com/instadeepai/instanovo
summary: De novo peptide sequencing with InstaNovo
summary: "De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for large scale proteomics experiments"
license: Apache-2.0
license_file: LICENSE.md

extra:
recipe-maintainers:
- BioGeek
identifiers:
- doi:10.1101/2023.08.30.555055
- doi:10.1101/2023.08.30.555055
Loading