# HG changeset patch
# User iuc
# Date 1571164524 14400
# Node ID 289254ce46635b0f4ce024314866d583a88c43e8
# Parent 875b179915baa70b8e839dc48e5e325414b188cb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tb-profiler commit a51548708ea975c0a7b135a2cbaa5d094f3c5602"
diff -r 875b179915ba -r 289254ce4663 macros.xml
--- a/macros.xml Fri Aug 16 16:26:11 2019 -0400
+++ b/macros.xml Tue Oct 15 14:35:24 2019 -0400
@@ -1,3 +1,3 @@
- 2.6
+ 2.6.1
diff -r 875b179915ba -r 289254ce4663 tb_profiler_profile.xml
--- a/tb_profiler_profile.xml Fri Aug 16 16:26:11 2019 -0400
+++ b/tb_profiler_profile.xml Tue Oct 15 14:35:24 2019 -0400
@@ -41,6 +41,7 @@
--threads "\${GALAXY_SLOTS:-1}"
#if $advanced.options == 'yes'
+ '${advanced.call_whole_genome}'
--call_method '${advanced.call_method}'
--min_gene_frac '${advanced.min_gene_frac}'
--mapper '${advanced.mapper}'
@@ -58,7 +59,7 @@
#if str($fastq_or_bam.input_select) != "bam"
&& mv bam/tbprofiler.bam '${output_bam}'
#end if
- && bcftools view -Ov -o'${output_vcf}' vcf/tbprofiler.targets.csq.bcf
+ && bcftools view -Ov -o'${output_vcf}' vcf/tbprofiler.targets.csq.vcf.gz
#if $output_format == "pdf"
&& mv results/tbprofiler.results.pdf '${output_pdf}'
#else if $output_format == "txt"
@@ -109,6 +110,8 @@
+
@@ -173,7 +176,7 @@
Summary
=======
-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).
+The pipeline aligns reads to the H37Rv reference using bowtie2, BWA or minimap2 and then calls variants using GATK. 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).
Produces a JSON output file by default.