Mercurial > repos > iuc > tbprofiler
annotate tb_profiler_profile.xml @ 3:19793eecc9f0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
author | iuc |
---|---|
date | Fri, 16 Aug 2019 16:26:31 -0400 |
parents | 49b819f88c2b |
children | c2656b729ee9 |
rev | line source |
---|---|
3
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
1 <tool id="tb_profiler_profile" name="TB-Profiler Profile" version="@TOOL_VERSION@+galaxy0"> |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
2 <description>Infer strain types and drug resistance markers from sequences</description> |
3
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
3 <macros> |
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
4 <import>macros.xml</import> |
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
5 </macros> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
6 <requirements> |
3
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">tb-profiler</requirement> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
8 </requirements> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
10 #if str($fastq_or_bam.input_select.value) in ("paired_fastq", "paired_collection_fastq", "single_fastq") |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
11 #if str($fastq_or_bam.input_select.value) == "paired_fastq" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
12 #set r1_ext = $fastq_or_bam.read1.extension |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
13 #set r2_ext = $fastq_or_bam.read2.extension |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
14 ln -s '$fastq_or_bam.read1' fastq_r1.'$r1_ext' && |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
15 ln -s '$fastq_or_bam.read2' fastq_r2.'$r2_ext' && |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
16 #else if str($fastq_or_bam.input_select.value) == "single_fastq" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
17 #set r1_ext = $fastq_or_bam.fastq.extension |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
18 ln -s '$fastq_or_bam.fastq' fastq_r1.'$r1_ext' && |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
19 #else if str($fastq_or_bam.input_select.value) == "paired_collection_fastq" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
20 #set r1_ext = $fastq_or_bam.fastq_collection.forward.extension |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
21 #set r2_ext = $fastq_or_bam.fastq_collection.reverse.extension |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
22 ln -s '$fastq_or_bam.fastq_collection.forward' fastq_r1.'$r1_ext' && |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
23 ln -s '$fastq_or_bam.fastq_collection.reverse' fastq_r2.'$r2_ext' && |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
24 #end if |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
25 #else if str($fastq_or_bam.input_select.value) == "bam" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
26 ln -s '$fastq_or_bam.bam_input' input.bam && |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
27 #end if |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
28 |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
29 tb-profiler profile |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
30 |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
31 --platform '${platform.value}' |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
32 |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
33 #if str($fastq_or_bam.input_select.value) in ("paired_fastq", "paired_collection_fastq", "single_fastq") |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
34 -1 fastq_r1.'$r1_ext' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
35 #end if |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
36 #if str($fastq_or_bam.input_select.value) in ("paired_fastq", "paired_collection_fastq") |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
37 -2 fastq_r2.'$r1_ext' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
38 #else if str($fastq_or_bam.input_select.value) == "bam" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
39 --bam input.bam |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
40 #end if |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
41 |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
42 --threads "\${GALAXY_SLOTS:-1}" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
43 #if $advanced.options == 'yes' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
44 --call_method '${advanced.call_method}' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
45 --min_gene_frac '${advanced.min_gene_frac}' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
46 --mapper '${advanced.mapper}' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
47 --min_depth '${advanced.min_depth}' |
3
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
48 --af '${min_allel_freq}' |
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
49 --reporting_af '${min_allel_freq_reporting}' |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
50 #end if |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
51 |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
52 #if $output_format == "pdf" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
53 --pdf |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
54 #else if $output_format == "txt" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
55 --txt |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
56 #end if |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
57 && mv results/tbprofiler.results.json $results_json |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
58 #if str($fastq_or_bam.input_select) != "bam" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
59 && mv bam/tbprofiler.bam '${output_bam}' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
60 #end if |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
61 && bcftools view -Ov -o'${output_vcf}' vcf/tbprofiler.targets.csq.bcf |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
62 #if $output_format == "pdf" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
63 && mv results/tbprofiler.results.pdf '${output_pdf}' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
64 #else if $output_format == "txt" |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
65 && mv results/tbprofiler.results.txt '${output_txt}' |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
66 #end if |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
67 |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
68 ]]> </command> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
69 <inputs> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
70 <param name="platform" type="select" label="Platform"> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
71 <option value="Illumina" selected="true">Illumina</option> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
72 <option value="minION">MinION</option> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
73 </param> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
74 <conditional name="fastq_or_bam"> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
75 <param name="input_select" type="select" label="Input File Type"> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
76 <option value="paired_fastq">Paired Fastq</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
77 <option value="paired_collection_fastq">Paired Collection Fastq</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
78 <option value="single_fastq">Single Fastq</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
79 <option value="bam">BAM</option> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
80 </param> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
81 <when value="paired_fastq"> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
82 <param name="read1" type="data" format="fastq" label="Read1" help="First read file (default: None)"/> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
83 <param name="read2" type="data" format="fastq" optional="true" label="Read2" help="Second read file (default: None)"/> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
84 </when> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
85 <when value="paired_collection_fastq"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
86 <param label="Reads (collection)" name="fastq_collection" type="data_collection" collection_type="paired" format="fastq,fastq.gz,fastqsanger,fastqsanger.gz" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
87 </when> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
88 <when value="single_fastq"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
89 <param label="Reads" name="fastq" type="data" format="fastq,fastq.gz,fastqsanger,fastqsanger.gz" /> |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
90 </when> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
91 <when value="bam"> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
92 <param name="bam_input" type="data" format="bam" label="Bam" help="Warning!!!: The BAM files must have been created using the ensembl version of the genome."/> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
93 </when> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
94 </conditional> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
95 <param name="output_format" label="Output format" type="select"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
96 <option value="txt">Text</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
97 <option value="pdf">PDF</option> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
98 </param> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
99 <conditional name="advanced"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
100 <param label="Select advanced options" type="select" name="options"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
101 <option value="yes">Yes</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
102 <option value="no" selected="true">No</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
103 </param> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
104 <when value="no"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
105 </when> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
106 <when value="yes"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
107 <param label="Quality required for calls to be accepted" type="select" argument="--call_method"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
108 <option value="low" selected="true">Low</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
109 <option value="high">High</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
110 <option value="optimise">Optimise</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
111 </param> |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
112 <param label="Minimum coverage fraction to infer deletion" type="float" help="Used to infer a deletion if the fraction of a gene covered falls below this value." argument="--min_gene_frac" value="0.9" /> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
113 |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
114 <param name="min_depth" label="Min Depth" type="integer" value="10" help="Minimum depth required to call variant. Bases with depth below this cutoff will be marked as missing (default: 10)"/> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
115 <param name="mapper" label="Mapper" type="select" help="Mapping tools to use (default: bwa)"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
116 <option value="bwa" selected="true">bwa</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
117 <option value="minimap2">minimap2</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
118 <option value="bowtie2">bowtie2</option> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
119 </param> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
120 <param name="min_gene_frac" label="Minimum Gene Fraction" type="float" value="0.9" help="Used to infer a deletion if the fraction of a gene covered falls below this value. Also used to see if sample is high quality to continue by checking the fraction for rpoB (where deletion should not occur). (default: 0.9)" /> |
3
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
121 <param name="min_allel_freq" argument="--af" type="float" value="0.1" label="Minimum allele frequency to call variants" help=" Minimum allele frequency to call variants (default: 0.1)" /> |
19793eecc9f0
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 5679ad1f1d5cac6c6168ad91dd4ca3616d22ca35"
iuc
parents:
2
diff
changeset
|
122 <param name="min_allel_freq_reporting" argument="--reporting_af" value="0.1" label="Reporting Minimum allele frequency to call variants" type="float" help=" Minimum allele frequency to call variants (default: 0.1)"/> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
123 </when> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
124 </conditional> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
125 </inputs> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
126 <outputs> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
127 <data name="results_json" format="json" from_work_dir="results/tbprofiler.results.json" label="${tool.name} on ${on_string}: Results.json"/> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
128 <data format="vcf" name="output_vcf" label="${tool.name} VCF on ${on_string}" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
129 <data format="bam" name="output_bam" label="${tool.name} BAM on ${on_string}"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
130 <filter>fastq_or_bam['input_select'] != 'bam'</filter> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
131 </data> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
132 <data format="pdf" name="output_pdf" label="${tool.name} PDF report on ${on_string}"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
133 <filter>output_format == 'pdf'</filter> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
134 </data> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
135 <data format="txt" name="output_txt" label="${tool.name} report on ${on_string}"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
136 <filter>output_format == 'txt'</filter> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
137 </data> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
138 |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
139 </outputs> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
140 <tests> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
141 <test> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
142 <param name="input_select" value="single_fastq"/> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
143 <param name="fastq" ftype="fastq.gz" value="rif_resistant.fastq.gz" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
144 <param name="output_format" value="txt" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
145 <param name="platform" value="Illumina" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
146 <param name="options" value="no" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
147 <output name="output_txt"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
148 <assert_contents> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
149 <has_line line="Drug-resistance: Drug-resistant" /> |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
150 <has_line line="lineage2.2.2	1.000	East-Asian (Beijing)	Beijing-RD105/RD207	RD105;RD207" /> |
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
151 <has_line line="Rifampicin	R	rpoB p.Asp435Val (1.00)" /> |
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
152 <has_line line="763031	Rv0667	rpoB	c.3225T>C	1.000" /> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
153 </assert_contents> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
154 </output> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
155 </test> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
156 <test> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
157 <param name="input_select" value="bam"/> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
158 <param name="bam_input" ftype="bam" value="rif_resistant.bam" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
159 <param name="output_format" value="txt" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
160 <param name="platform" value="Illumina" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
161 <param name="options" value="no" /> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
162 <output name="output_txt"> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
163 <assert_contents> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
164 <has_line line="Drug-resistance: Drug-resistant" /> |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
165 <has_line line="lineage2.2.2	1.000	East-Asian (Beijing)	Beijing-RD105/RD207	RD105;RD207" /> |
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
166 <has_line line="Rifampicin	R	rpoB p.Asp435Val (1.00)" /> |
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
167 <has_line line="763031	Rv0667	rpoB	c.3225T>C	1.000" /> |
1
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
168 </assert_contents> |
5182e1a99313
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit 761cc6083b4db7e69ddf03033bc8659b08e16f74
iuc
parents:
0
diff
changeset
|
169 </output> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
170 </test> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
171 </tests> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
172 <help><![CDATA[ |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
173 Summary |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
174 ======= |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
175 |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
176 The pipeline aligns reads to the H37Rv reference using bowtie2, BWA or minimap2 and then calls variants using SAMtools. These variants are then compared to a drug-resistance database. We also predict the number of reads supporting drug resistance variants as an insight into hetero-resistance (not applicable for minION data). |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
177 |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
178 Produces a JSON output file by default. |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
179 |
2
49b819f88c2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit da74c7f8419319266b84dcac128ad84d8fc2216d
iuc
parents:
1
diff
changeset
|
180 ]]> </help> |
0
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
181 <citations> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
182 <citation type="bibtex"> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
183 @UNPUBLISHED{Phelan2016, |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
184 author = {Phelan, Jody}, |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
185 title = {TBProfiler}, |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
186 year = {2016}, |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
187 url = {https://github.com/jodyphelan/TBProfiler}, |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
188 } |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
189 </citation> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
190 </citations> |
8529c9fd63ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit ef7cfd0c271f1ec40d3df3be4c91bb71028e85e8
iuc
parents:
diff
changeset
|
191 </tool> |