Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck authored Jun 18, 2024
1 parent a9dce8a commit 90b8745
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/ampliconsuite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name="ampliconsuite" %}
{% set AS_version="1.3.2" %}
{% set AA_version="1.4.r1" %}
{% set AC_version="1.1.4" %}
{% set AS_version="1.3.3" %}
{% set AA_version="1.4.r2" %}
{% set AC_version="1.2.0" %}

package:
name: {{ name }}
Expand All @@ -11,12 +11,12 @@ source:
# the sha256 sum is generated by doing
# $ wget -O- [URL] | shasum -a 256
- url: https://github.com/AmpliconSuite/AmpliconSuite-pipeline/archive/v{{ AS_version }}.tar.gz
sha256: 02b75970104d2f58b12297cf0cae1122415d38bdfb53db05ce1cbcb370c029aa
sha256: 452ca44fb96d1adcc2c8f35db08b70f1aa809092caa5370d220584659c7b1e51
- url: https://github.com/AmpliconSuite/AmpliconArchitect/archive/v{{ AA_version }}.tar.gz
sha256: d62e30999c69b994691c8a61b09255a0b223906fd76709febc0ae8387164f208
sha256: 987390d7a32a6c118e6c7fea5c7a5aba2db1b3e64fc3ece5f68f50c7cabf01fa
folder: ampliconarchitectlib
- url: https://github.com/AmpliconSuite/AmpliconClassifier/archive/v{{ AC_version }}.tar.gz
sha256: bb5250d75e19ab7ece6d3ca554bc736a7b7b173743a4ea933e10a4084442eb2c
sha256: 85052324376756ca3558325dce45635276af3f41dd292601f673abaf9990790a

build:
noarch: python
Expand Down

0 comments on commit 90b8745

Please sign in to comment.