# HG changeset patch
# User devteam
# Date 1483103472 18000
# Node ID bd3a1e0de84cff07210b260c2849f6a5f4396a6e
# Parent 546ada4a9f43193474f77a58c91c593745bf423e
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/bwa commit 13b3ab10ff1a2e4be39b44f885df6bbe7c23099a
diff -r 546ada4a9f43 -r bd3a1e0de84c bwa-mem.xml
--- a/bwa-mem.xml Tue Jan 19 11:20:59 2016 -0500
+++ b/bwa-mem.xml Fri Dec 30 08:11:12 2016 -0500
@@ -26,6 +26,10 @@
#if str( $analysis_type.analysis_type_selector ) == "pacbio":
-x pacbio
+ #elif str( $analysis_type.analysis_type_selector ) == "ont2d":
+ -x ont2d
+ #elif str( $analysis_type.analysis_type_selector ) == "intractg":
+ -x intractg
#elif str( $analysis_type.analysis_type_selector ) == "full":
#if str( $analysis_type.algorithmic_options.algorithmic_options_selector ) == "set": ## Algorithmic options
-k "${analysis_type.algorithmic_options.k}"
@@ -96,9 +100,7 @@
"${fastq_input.fastq_input1}"
#end if
- | samtools view -Sb - > temporary_bam_file.bam &&
-
- samtools sort -f temporary_bam_file.bam ${bam_output}
+ | samtools sort -O bam -o '$bam_output'
]]>
@@ -147,7 +149,9 @@
-
+
+
+
@@ -155,6 +159,12 @@
+
+
+
+
+
+
diff -r 546ada4a9f43 -r bd3a1e0de84c bwa.xml
--- a/bwa.xml Tue Jan 19 11:20:59 2016 -0500
+++ b/bwa.xml Fri Dec 30 08:11:12 2016 -0500
@@ -218,9 +218,7 @@
"${reference_fasta_filename}" first.sai "${input_type.bam_input}"
#end if
- | samtools view -Sb - > temporary_bam_file.bam &&
-
- samtools sort -f temporary_bam_file.bam ${bam_output}
+ | samtools sort -O bam -o '$bam_output'
]]>
diff -r 546ada4a9f43 -r bd3a1e0de84c bwa_macros.xml
--- a/bwa_macros.xml Tue Jan 19 11:20:59 2016 -0500
+++ b/bwa_macros.xml Fri Dec 30 08:11:12 2016 -0500
@@ -1,7 +1,7 @@
read_group_macros.xml
- 0.7.12
+ 0.7.15
#set $rg_string = "@RG\\tID:" + str($rg_id)
@@ -35,7 +35,7 @@
bwa
- samtools
+ samtools
@@ -174,9 +174,9 @@
2. https://www.biostars.org/
3. https://github.com/lh3/bwa
4. http://bio-bwa.sourceforge.net/
-
+
-
+
------
diff -r 546ada4a9f43 -r bd3a1e0de84c tool_dependencies.xml
--- a/tool_dependencies.xml Tue Jan 19 11:20:59 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-