Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pharokka to v1.2.1 #39477

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/pharokka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.2.0" %}
{% set version = "1.2.1" %}
{% set name = "pharokka" %}
{% set sha256 = "0c77ce79364528de1af9a68906bfe22ad782af47ea9f5870c2c4d48b393f5be1" %}
{% set sha256 = "a5a788148069a7f62f69642a1ebf336b474278a6eb4dbed12a7c25c244a7f286" %}
{% set user = "gbouras13" %}

package:
Expand All @@ -18,7 +18,7 @@ source:
requirements:
run:
- bcbio-gff
- biopython >=1.78
- biopython >=1.78,<1.81
- phanotate >=1.5.0
- mmseqs2 ==13.45111
- trnascan-se >=2.0.9
Expand Down