Skip to content

Commit

Permalink
[ci skip] Merge PR 38952
Browse files Browse the repository at this point in the history
Merge PR bioconda#38952, commits were: 
 * Update meta.yaml
 * Update meta.yaml
 * Delete .nfs00000000e0f14c6800000cec
 * Delete .nfs00000000e0f14c6800000ced
 * Add checkm2 v1.0.1
  • Loading branch information
chklovski authored and cokelaer committed Apr 28, 2023
1 parent eae1104 commit 3b50d4a
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/checkm2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "checkm2" %}
{% set version = "1.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/CheckM2-{{ version }}.tar.gz
sha256: 31b228bd44609168d6971391f28c6fde29b4d1f52d411d705cb9a281d618bb17

build:
script: {{ PYTHON }} -m pip install . -vv
number: 0
noarch: python

requirements:
host:
- python
- pip
run:
- python >=3.6, <3.9
- scikit-learn =0.23.2
- h5py =2.10.0
- numpy =1.19.2
- diamond =2.0.4
- tensorflow >=2.1.0, <2.6.0
- lightgbm =3.2.1
- pandas <=1.4.0
- scipy
- prodigal >=2.6.3
- setuptools
- requests
- packaging
- tqdm

test:
commands:
- {{ name }} --version | grep '{{ version }}'


about:
home: https://github.com/chklovski/CheckM2
summary: CheckM2 - Predicting the quality of metagenome-recovered bins
license: GPL-3.0
license_file: LICENSE

extra:
recipe-maintainers:
- chklovski

0 comments on commit 3b50d4a

Please sign in to comment.