Skip to content

Commit

Permalink
Merge branch 'bioconda:master' into update_sipros
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz1396 authored Oct 1, 2024
2 parents 8ed78a2 + 65005c7 commit 9239825
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
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
4 changes: 2 additions & 2 deletions recipes/multiqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "multiqc" %}
{% set version = "1.25" %}
{% set version = "1.25.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/MultiQC/MultiQC/archive/v{{ version }}.tar.gz
sha256: 5522c820708af2c4fd5975df0f8077f78f8a3b5435c785ab8081e8fca065a5fb
sha256: 829a08f44e0183224ef1d8c0ecb163c6acc54f1a1d85445ed62857f5603ee7cb

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/open-cravat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "open-cravat" %}
{% set version = "2.9.0" %}
{% set version = "2.9.1" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: a2455799ead787a58f156c9e4b1250a948f484def4cd9a03b6c6bd6c9ea5edf1
sha256: 816484cd30196659d85b0e4705815ae06749f13f9524eb48ac07942b3ed92f08

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/python-hivclustering/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.6.8" %}
{% set version = "1.8.0" %}
{% set name = "hivclustering" %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://github.com/veg/{{ name }}/archive/{{ version }}.tar.gz
sha256: 63ff148ee265a273156c51b4727f5f00a07f9c3306d17f122c4c6c6ab9d41ecb
sha256: f331d44e4998149de1aa612539b15dd20c1318b411fa0a3581406a59a211adba

build:
noarch: python
Expand Down

0 comments on commit 9239825

Please sign in to comment.