Skip to content

Commit

Permalink
Update pharokka to 1.7.4 (#52310)
Browse files Browse the repository at this point in the history
* Update pharokka to 1.7.4

* Update meta.yaml - change dnaapler version dependency to` >=1.0.1`

* Update meta.yaml - setuptools

---------

Co-authored-by: George Bouras <[email protected]>
  • Loading branch information
BiocondaBot and gbouras13 authored Nov 22, 2024
1 parent 6883204 commit acd1b4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/pharokka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.7.3" %}
{% set version = "1.7.4" %}
{% set name = "pharokka" %}
{% set sha256 = "52b35358babd46ea2b8ed152e2bfd5486f898fef5163b7c206f65de804d77f9b" %}
{% set sha256 = "cbff35e1a2c54ad99e368c095aadef3842d50126f9f0f1177cc0cbdc54c14d38" %}
{% set user = "gbouras13" %}

package:
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.5
- pip
- setuptools
run:
- python >=3.5
- bcbio-gff >=0.7.0
Expand All @@ -32,7 +33,7 @@ requirements:
- minced >=0.4.2
- aragorn >=1.2.41
- mash >=2.2
- dnaapler >=0.4.0
- dnaapler >=1.0.1
- pyrodigal >=3.1.0
- pyrodigal-gv >=0.2.0
- pycirclize >=0.3.1
Expand Down

0 comments on commit acd1b4a

Please sign in to comment.