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.1 #51117

Merged
merged 2 commits into from
Oct 2, 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
6 changes: 3 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.1.0" %}
{% set version = "1.1.1" %}

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: b6a01cc8bc88d2fe7622c22312f4110a35fd01c78834eae90c9155ffb26cbc52
sha256: c62d0f74d5d4f48573af055424368de4ec4f88b744c7e3d451f818838f3b2da1

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

test:
Expand Down