diff --git a/recipes/microhapulator/meta.yaml b/recipes/microhapulator/meta.yaml index 60cc25d58af31..ac41e738abdff 100644 --- a/recipes/microhapulator/meta.yaml +++ b/recipes/microhapulator/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "0.5" %} -{% set sha256 = "7de4bc30db4bd39c6661ad56cf1613c03fcc6cff89bfe141f883423a99890ea9" %} +{% set version = "0.6.1" %} +{% set sha256 = "d4cee1975eaf64dca6d39b1e005efa495c0e59d3a19f3ad58d37e13a6bf27f08" %} package: name: microhapulator @@ -14,24 +14,30 @@ build: entry_points: - mhpl8r = microhapulator.cli:main script: python -m pip install --no-deps --ignore-installed . - number: 1 + number: 0 requirements: host: - python >=3 - pip run: + - biopython ==1.78 - bwa >=0.7.17 + - fastqc >=0.11.9 - flash >=1.2 - happer >=0.1 - insilicoseq >=1.3.6 - jsonschema >=3.1 + - matplotlib-base >=3.0 - numpy >=1.15.4 - pandas >=1.0 - python >=3 - pysam >=0.15.2 + - scipy >=1.7 - samtools >=1.12 + - snakemake >=6.0 - termgraph >=0.5 + - tqdm >=4.0 test: imports: