Skip to content

Commit ae7a1af

Browse files
authored
Update mtbseq to v.1.1.0 (#42620)
1 parent 9d103d6 commit ae7a1af

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

recipes/mtbseq/meta.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
{% set version = "1.1.0" %}
2+
13
package:
24
name: mtbseq
3-
version: "1.0.4"
5+
version: {{ version }}
46

57
source:
6-
url: https://github.com/ngs-fzb/MTBseq_source/archive/v{{ PKG_VERSION }}.zip
7-
sha256: 21d5a8174a802e9b6a817a4f36149e586cb37ac6c40675e0314347c748457a3f
8+
url: https://github.com/ngs-fzb/MTBseq_source/archive/v{{ version }}.zip
9+
sha256: 6d0582ae44a180de78591e9c2dfa510afcb5f0ae0eeca1c049045b0c25c5594d
810

911
build:
10-
number: 2
12+
number: 0
1113
noarch: generic
1214

1315
requirements:
@@ -21,19 +23,16 @@ requirements:
2123
- perl-number-format
2224
- perl-statistics-basic >=1.6611
2325
- perl-mce >=1.836
24-
- picard >=2.17.0
26+
- picard >=2.17.0,<3
2527

2628
test:
2729
commands:
28-
- MTBseq --version >/dev/null
29-
- MTBseq --help >/dev/null
30-
30+
- MTBseq --check >/dev/null
3131

3232
about:
3333
home: https://github.com/ngs-fzb/MTBseq_source
3434
license: GPLv3
3535
license_file: GPL.md
36-
3736
summary: "Pipeline for WGS analysis of M. tuberculosis"
3837
description: |
3938
MTBseq is a semi-automated pipeline for mapping, variant calling and

0 commit comments

Comments
 (0)