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 bactopia-teton to 1.1.0 #51086

Merged
merged 2 commits into from
Oct 1, 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/bactopia-teton/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.5" %}
{% set version = "1.1.0" %}

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

source:
url: https://github.com/bactopia/bactopia-teton/archive/v{{version}}.tar.gz
sha256: 4340da1ca721850564dcc05491ee396d1f9a1bbf662de5ede12fa29c50c1f3be
sha256: b6a01cc8bc88d2fe7622c22312f4110a35fd01c78834eae90c9155ffb26cbc52

requirements:
run:
Expand All @@ -28,13 +28,14 @@ requirements:
- pigz
- python >=3.6,<3.11
- sed
- sizemeup >=1.0.2
- sizemeup >=1.2.2
- sra-human-scrubber >=2.2

test:
commands:
- "bactopia-teton"
- "kraken-bracken-summary.py --help"
- "teton-prepare.py --help"

about:
home: https://bactopia.github.io/
Expand Down