Skip to content

Commit

Permalink
[ci skip] Merge PR 35183
Browse files Browse the repository at this point in the history
Merge PR #35183, commits were: 
 * Merge branch 'master' into sam2lca
 * modif to retrigger azure
 * modif to retrigger azure
 * Merge remote-tracking branch 'upstream/master' into sam2lca
 * min python version is 3.7
 * remove sdust
 * add sam2lca recipe
 * Merge remote-tracking branch 'upstream/master'
 * Merge remote-tracking branch 'upstream/master'
 * update pydamage to 0.7
 * add zlib dep
 * move v from version to url
 * add sdust
 * Merge remote-tracking branch 'upstream/master'
 * missing -
 * fix grayskull yaml syntax formatting
 * remove cyclic dependancy
 * add bamaligncleaner recipe
 * Merge branch 'master' of github.com:bioconda/bioconda-recipes
 * Merge branch 'master' of github.com:bioconda/bioconda-recipes
 * Merge branch 'master' of github.com:bioconda/bioconda-recipes
 * Merge branch 'master' of github.com:bioconda/bioconda-recipes
 * add export flags
 * add sdust to minimap2

one make line
  • Loading branch information
maxibor authored Jun 6, 2022
1 parent f827cb4 commit 0dfae65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/sam2lca/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ build:
- sam2lca = sam2lca.cli:cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
- pip
- python >=3.6
- python >=3.7
run:
- click
- numpy
- pandas
- pysam
- python >=3.6
- python >=3.7
- python-rocksdb
- scipy
- taxopy
Expand Down

0 comments on commit 0dfae65

Please sign in to comment.