|
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"> |
2 | 2 | <description>Infer strain types and drug resistance markers from sequences</description>
|
3 | 3 | <macros>
|
4 |
| - <token name="@TOOL_VERSION@">6.2.1</token> |
| 4 | + <token name="@TOOL_VERSION@">6.4.0</token> |
5 | 5 | </macros>
|
6 | 6 | <xrefs>
|
7 | 7 | <xref type="bio.tools">tb-profiler</xref>
|
8 | 8 | </xrefs>
|
9 | 9 | <requirements>
|
| 10 | + <requirement type="package" version="1.2.6">delly</requirement> |
10 | 11 | <requirement type="package" version="@TOOL_VERSION@">tb-profiler</requirement>
|
11 | 12 | </requirements>
|
12 | 13 | <command detect_errors="exit_code"><![CDATA[
|
|
67 | 68 | #if str($fastq_or_bam.input_select) != "bam"
|
68 | 69 | && mv bam/tbprofiler.bam '${output_bam}'
|
69 | 70 | #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 |
71 | 72 | #if $output_format == "pdf"
|
72 | 73 | && mv results/tbprofiler.results.pdf '${output_pdf}'
|
73 | 74 | #else if $output_format == "txt"
|
|
189 | 190 | <has_line line="Drug-resistance: RR-TB" />
|
190 | 191 | <has_line line="lineage2.2.2	1.000	East-Asian (Beijing)	RD105;RD207" />
|
191 | 192 | <has_line line="Rifampicin	R	rpoB p.Asp435Val (1.00)" />
|
192 |
| - <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	1.000	rifampicin	Assoc w R" /> |
| 193 | + <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	43	1.000	rifampicin	Assoc w R" /> |
193 | 194 | </assert_contents>
|
194 | 195 | </output>
|
195 | 196 | </test>
|
|
204 | 205 | <has_line line="Drug-resistance: RR-TB" />
|
205 | 206 | <has_line line="lineage2.2.2	1.000	East-Asian (Beijing)	RD105;RD207" />
|
206 | 207 | <has_line line="Rifampicin	R	rpoB p.Asp435Val (1.00)" />
|
207 |
| - <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	1.000	rifampicin	Assoc w R" /> |
| 208 | + <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	43	1.000	rifampicin	Assoc w R" /> |
208 | 209 | </assert_contents>
|
209 | 210 | </output>
|
210 | 211 | </test>
|
|
223 | 224 | <output name="output_txt">
|
224 | 225 | <assert_contents>
|
225 | 226 | <has_line line="lineage2.2.2	1.000	East-Asian (Beijing)	RD105;RD207" />
|
226 |
| - <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	1.000	rifampicin	Assoc w R" /> |
| 227 | + <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	43	1.000	rifampicin	Assoc w R" /> |
227 | 228 | </assert_contents>
|
228 | 229 | </output>
|
229 | 230 | <output name="results_json">
|
|
244 | 245 | <has_line line="Octal: 000000000000771" />
|
245 | 246 | <has_line line="Drug-resistance: RR-TB" />
|
246 | 247 | <has_line line="Rifampicin	R	rpoB p.Asp435Val (1.00)" />
|
247 |
| - <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	1.000	rifampicin	Assoc w R" /> |
| 248 | + <has_line line="761110	Rv0667	rpoB	missense_variant	p.Asp435Val	35	1.000	rifampicin	Assoc w R" /> |
248 | 249 | </assert_contents>
|
249 | 250 | </output>
|
250 | 251 | </test>
|
|
0 commit comments