Skip to content

Commit

Permalink
Update DeepMicroClass recipe (#48561)
Browse files Browse the repository at this point in the history
* Update DeepMicroClass recipe

* Update DeepMicroClass recipe
  • Loading branch information
TheLokj authored Jun 18, 2024
1 parent 5a83add commit ce9e2d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/deepmicroclass/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('deepmicroclass', max_pin="x") }}

Expand All @@ -36,9 +36,11 @@ requirements:
test:
imports:
- DeepMicroClass
commands:
- DeepMicroClass -h

about:
home: https://github.com/chengsly/DeepMicroClass
summary: DeepMicroClass, a deep learning based contig prediction tool
summary: DeepMicroClass, a deep learning based contig prediction tool (CPU version)
license: BSD-2-Clause
license_file: LICENSE

0 comments on commit ce9e2d4

Please sign in to comment.