Skip to content

Commit

Permalink
Update hapog to 1.3.8 (bioconda#46680)
Browse files Browse the repository at this point in the history
* Update hapog to 1.3.8

* add zlib

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Mar 25, 2024
1 parent 847bf81 commit d50dd62
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/hapog/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.3.7" %}
{% set version = "1.3.8" %}

package:
name: hapog
Expand All @@ -12,7 +12,7 @@ build:

source:
url: https://github.com/institut-de-genomique/HAPO-G/archive/refs/tags/{{ version }}.tar.gz
sha256: "727ff2a712b046c7787ac2bb599a7e3808f70219d6b7e22ddfc5942ba38c5841"
sha256: "822f4c7e688ae2b3004ac444911b592beaa25db6800b766503c1d41f0290af4b"

requirements:
build:
Expand All @@ -22,11 +22,10 @@ requirements:
host:
- python
- htslib
- setuptools
- zlib
run:
- htslib
- python
- setuptools
- biopython
- bwa
- samtools
Expand All @@ -45,6 +44,8 @@ about:
license_family: OTHER
license_file: LICENSE.md
summary: Haplotype-Aware Polishing of Genomes
doc_url: https://www.genoscope.cns.fr/hapog/
dev_url: https://github.com/institut-de-genomique/HAPO-G

extra:
identifiers:
Expand Down

0 comments on commit d50dd62

Please sign in to comment.