Skip to content

Commit

Permalink
Confindr (#11217)
Browse files Browse the repository at this point in the history
* Update confindr to 0.4.2

* Fix typo in specifying version of pysam
  • Loading branch information
lowandrew authored Oct 4, 2018
1 parent e93e339 commit e50569f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/confindr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.4.1" %}
{% set sha256 = "f49a26afbc5aae4d3039fe01c7b193dff19cf2bdb5e6b6c2ddfdc50d638ea818" %}
{% set version = "0.4.2" %}
{% set sha256 = "17777e432a0f63c4612d3ea3f2dbe96395202f2e397a9f79efcc7ce8570cc532" %}

package:
name: confindr
Expand All @@ -21,7 +21,7 @@ requirements:
run:
- python >=3
- biopython
- pysam
- pysam >=0.15
- pytest
- bbmap >=38
- mash >=2
Expand Down

0 comments on commit e50569f

Please sign in to comment.