Skip to content

Commit

Permalink
Upload working commec 0.2.0 recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBarnett committed Nov 19, 2024
1 parent bf23465 commit 95e898d
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions recipes/commec/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{% set name = "commec" %}
{% set version = "0.2.0" %}
{% set sha256 = "2ab7a8308a5c0a6252a0aa65443180d0edd1eeb9a53ced80905ea2a4aa39ec9b" %}
{% set sha256 = "d2d47a84a04194caca22984097d06d5c737af81a4833aa4f824243ee3c511351" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
#path: /root/TestingCommec/common-mechanism-0.2.0/common-mechanism-0.2.0
url: https://github.com/ibbis-screening/common-mechanism/archive/refs/tags/v{{version}}.tar.gz
sha256: {{ sha256 }}

Expand All @@ -18,33 +19,31 @@ build:

requirements:
host:
- python >=3.1
- pip >=24
- python=3.12
- pip
run:
# Runtime Python dependencies
- biopython
- numpy
- pandas
- pytaxonkit >=0.8
- pytaxonkit
# Runtime non-Python dependencies
- bedtools >=2.31
- bedtools
- blast >=2.16
- emboss >=6.6
- diamond >=0.9
- hmmer >=3.4
- infernal >=1.1
- parallel >=20240722
- perl-list-moreutils >=0.430
- taxonkit >=0
- wget >=0
- pytest
- emboss
- diamond >=2.1
- hmmer
- infernal
- parallel
- perl-list-moreutils
- taxonkit
- wget

test:
commands:
- commec screen --help
- commec flag --help
- commec split --help
- pytest

about:
home: https://github.com/ibbis-screening/common-mechanism
Expand Down

0 comments on commit 95e898d

Please sign in to comment.