Skip to content

Commit

Permalink
[ci skip] Merge PR 34552
Browse files Browse the repository at this point in the history
Merge PR bioconda#34552, commits were: 
 * Pin biopython version
 * Update to 0.6.1
 * Matplotlib --> matplotlib-base
 * Update dependencies
 * Update microhapulator to 0.6
  • Loading branch information
BiocondaBot authored Apr 28, 2022
1 parent 7ed79ed commit 21eaeca
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions recipes/microhapulator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.5" %}
{% set sha256 = "7de4bc30db4bd39c6661ad56cf1613c03fcc6cff89bfe141f883423a99890ea9" %}
{% set version = "0.6.1" %}
{% set sha256 = "d4cee1975eaf64dca6d39b1e005efa495c0e59d3a19f3ad58d37e13a6bf27f08" %}

package:
name: microhapulator
Expand All @@ -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:
Expand Down

0 comments on commit 21eaeca

Please sign in to comment.