Skip to content

Commit

Permalink
tweaks to meta for bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Jan 2, 2024
1 parent 3e78131 commit 0ace319
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,57 @@
{% set name = "cmat" %}
{% set version = "3.1.0" %}

package:
name: cmat
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/EBIvariation/CMAT/archive/v{{version}}.tar.gz
sha256: 29bdeb28674486785c5f5825afa7d1237bd5dd2c76923145d68543f3a6bb5594
sha256: 1e46a83d3d7e46a41f9f62ff4af0c151851fbbebc1c6b129255f987d75b64079

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
host:
- nextflow >=21.10
- python >=3.8,<3.10 # restriction from biopython
# From requirements.txt
- biopython==1.77
- coverage==6.5.0
- coveralls==3.3.1
- jsonschema==3.2.0
- numpy==1.24.3
- pandas==1.5.3
- pytest==7.2.2
- pytest-cov==2.10.0
- requests==2.31.0
- requests-mock==1.8.0
- retry==0.9.2
- biopython ==1.77
- coverage ==6.5.0
- coveralls ==3.3.1
- jsonschema ==3.2.0
- numpy ==1.24.3
- pandas ==1.5.3
- pytest ==7.2.2
- pytest-cov ==2.10.0
- requests ==2.31.0
- requests-mock ==1.8.0
- retry ==0.9.2
run:
- nextflow >=21.10.0
- python >=3.8,<3.10
- biopython==1.77
- coverage==6.5.0
- coveralls==3.3.1
- jsonschema==3.2.0
- numpy==1.24.3
- pandas==1.5.3
- pytest==7.2.2
- pytest-cov==2.10.0
- requests==2.31.0
- requests-mock==1.8.0
- retry==0.9.2
- biopython ==1.77
- coverage ==6.5.0
- coveralls ==3.3.1
- jsonschema ==3.2.0
- numpy ==1.24.3
- pandas ==1.5.3
- pytest ==7.2.2
- pytest-cov ==2.10.0
- requests ==2.31.0
- requests-mock ==1.8.0
- retry ==0.9.2

test:
imports:
- cmat
commands:
- cmat
- cmat annotate --help
# rm to avoid this: https://github.com/bioconda/bioconda-utils/issues/172
- cmat annotate --help && rm -rf .nextflow

about:
home: https://github.com/EBIvariation/CMAT
Expand Down

0 comments on commit 0ace319

Please sign in to comment.