Skip to content

Commit

Permalink
Update ampliconsuite (#52751)
Browse files Browse the repository at this point in the history
* Update meta.yaml

* Update meta.yaml

add setuptools to metadata
  • Loading branch information
jluebeck authored Dec 13, 2024
1 parent a04cc2a commit 69a9350
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/ampliconsuite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name="ampliconsuite" %}
{% set AS_version="1.3.4" %}
{% set AA_version="1.4.r2" %}
{% set AS_version="1.3.5" %}
{% set AA_version="1.5.r0" %}
{% set AC_version="1.2.1" %}

package:
Expand All @@ -11,9 +11,9 @@ source:
# the sha256 sum is generated by running the following on the release .tar.gz from Github.
# $ wget -O- [URL] | shasum -a 256
- url: https://github.com/AmpliconSuite/AmpliconSuite-pipeline/archive/v{{ AS_version }}.tar.gz
sha256: 58f2b74eac0116e0830bceea66a854071e2a205b6f5b8e57ce61a0e358434a61
sha256: 6f3fa35435375ae4b76bb9006da9a13e323d633c2e93e06233ca917df6aad3e7
- url: https://github.com/AmpliconSuite/AmpliconArchitect/archive/v{{ AA_version }}.tar.gz
sha256: 987390d7a32a6c118e6c7fea5c7a5aba2db1b3e64fc3ece5f68f50c7cabf01fa
sha256: b82dc321ec18238755ab67e2b6e38762c8a0caab77579239b88561f5b9000bbd
folder: ampliconarchitectlib
- url: https://github.com/AmpliconSuite/AmpliconClassifier/archive/v{{ AC_version }}.tar.gz
sha256: 5cd6b9f4e2239631b8f11adda99d8858c29de64cf6f1c7a38121946db06803c9
Expand Down Expand Up @@ -44,6 +44,7 @@ requirements:
- bedtools
host:
- python >=3
- setuptools

test:
commands:
Expand Down

0 comments on commit 69a9350

Please sign in to comment.