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 dragonflye to 1.2.0 #46721

Merged
merged 2 commits into from
Mar 25, 2024
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
7 changes: 4 additions & 3 deletions recipes/dragonflye/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "dragonflye" %}
{% set version = "1.1.2" %}
{% set version = "1.2.0" %}

package:
name: {{ name }}
Expand All @@ -13,13 +13,14 @@ build:

source:
url: https://github.com/rpetit3/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 0175f72233c2aa5b4f398fee8f1c17ae69ff04a17dd81ca5e105ec3b3fb4d0ab
sha256: e01f7c6ad237811fcf7719abc756c29e3751d019bac7a827ff2f5d202c150b23

requirements:
run:
- assembly-scan >=1.0.0
- any2fasta >=0.4.2
- bwa
- dnaapler
- fastp
- flye >=2.9.2
- kmc >=3.1
Expand All @@ -31,7 +32,7 @@ requirements:
- perl-findbin
- pigz >=2.6
- pilon
- polypolish
- polypolish >=0.6.0
- porechop
- racon >=1.5.0
- rasusa >=0.7.1
Expand Down