Skip to content

Commit fe5de3e

Browse files
authored
Merge pull request #6543 from emarinier/tbprofiler
Updating tb-profiler to 6.4.0
2 parents 9fe04d2 + 7113e37 commit fe5de3e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tools/tb-profiler/tb_profiler_profile.xml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<tool id="tb_profiler_profile" name="TB-Profiler Profile" version="@TOOL_VERSION@+galaxy1" profile="20.09" license="AGPL-3.0-or-later">
1+
<tool id="tb_profiler_profile" name="TB-Profiler Profile" version="@TOOL_VERSION@+galaxy0" profile="20.09" license="AGPL-3.0-or-later">
22
<description>Infer strain types and drug resistance markers from sequences</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">6.2.1</token>
4+
<token name="@TOOL_VERSION@">6.4.0</token>
55
</macros>
66
<xrefs>
77
<xref type="bio.tools">tb-profiler</xref>
88
</xrefs>
99
<requirements>
10+
<requirement type="package" version="1.2.6">delly</requirement>
1011
<requirement type="package" version="@TOOL_VERSION@">tb-profiler</requirement>
1112
</requirements>
1213
<command detect_errors="exit_code"><![CDATA[
@@ -67,7 +68,7 @@
6768
#if str($fastq_or_bam.input_select) != "bam"
6869
&& mv bam/tbprofiler.bam '${output_bam}'
6970
#end if
70-
&& bcftools view -Ov -o'${output_vcf}' vcf/tbprofiler.targets.vcf.gz
71+
&& bcftools view -Ov -o '${output_vcf}' vcf/tbprofiler.targets.vcf.gz
7172
#if $output_format == "pdf"
7273
&& mv results/tbprofiler.results.pdf '${output_pdf}'
7374
#else if $output_format == "txt"
@@ -189,7 +190,7 @@
189190
<has_line line="Drug-resistance: RR-TB" />
190191
<has_line line="lineage2.2.2&#009;1.000&#009;East-Asian (Beijing)&#009;RD105;RD207" />
191192
<has_line line="Rifampicin&#009;R&#009;rpoB p.Asp435Val (1.00)" />
192-
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;1.000&#009;rifampicin&#009;Assoc w R" />
193+
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;43&#009;1.000&#009;rifampicin&#009;Assoc w R" />
193194
</assert_contents>
194195
</output>
195196
</test>
@@ -204,7 +205,7 @@
204205
<has_line line="Drug-resistance: RR-TB" />
205206
<has_line line="lineage2.2.2&#009;1.000&#009;East-Asian (Beijing)&#009;RD105;RD207" />
206207
<has_line line="Rifampicin&#009;R&#009;rpoB p.Asp435Val (1.00)" />
207-
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;1.000&#009;rifampicin&#009;Assoc w R" />
208+
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;43&#009;1.000&#009;rifampicin&#009;Assoc w R" />
208209
</assert_contents>
209210
</output>
210211
</test>
@@ -223,7 +224,7 @@
223224
<output name="output_txt">
224225
<assert_contents>
225226
<has_line line="lineage2.2.2&#009;1.000&#009;East-Asian (Beijing)&#009;RD105;RD207" />
226-
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;1.000&#009;rifampicin&#009;Assoc w R" />
227+
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;43&#009;1.000&#009;rifampicin&#009;Assoc w R" />
227228
</assert_contents>
228229
</output>
229230
<output name="results_json">
@@ -244,7 +245,7 @@
244245
<has_line line="Octal: 000000000000771" />
245246
<has_line line="Drug-resistance: RR-TB" />
246247
<has_line line="Rifampicin&#009;R&#009;rpoB p.Asp435Val (1.00)" />
247-
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;1.000&#009;rifampicin&#009;Assoc w R" />
248+
<has_line line="761110&#009;Rv0667&#009;rpoB&#009;missense_variant&#009;p.Asp435Val&#009;35&#009;1.000&#009;rifampicin&#009;Assoc w R" />
248249
</assert_contents>
249250
</output>
250251
</test>

0 commit comments

Comments
 (0)