File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1+ {% set version = "1.1.0" %}
2+
13package :
24 name : mtbseq
3- version : " 1.0.4 "
5+ version : {{ version }}
46
57source :
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
911build :
10- number : 2
12+ number : 0
1113 noarch : generic
1214
1315requirements :
@@ -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
2628test :
2729 commands :
28- - MTBseq --version >/dev/null
29- - MTBseq --help >/dev/null
30-
30+ - MTBseq --check >/dev/null
3131
3232about :
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
You can’t perform that action at this time.
0 commit comments