# HG changeset patch
# User iuc
# Date 1458061367 14400
# Node ID fd42a1fdc101260738635b5ae6231c2b87a2c02c
# Parent 4c445862a87a7b5d11b37f67e009f15038100070
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 9a9d44116b21d9a155b5cc274475e78c14915059
diff -r 4c445862a87a -r fd42a1fdc101 hisat2.xml
--- a/hisat2.xml Fri Jan 15 03:30:49 2016 -0500
+++ b/hisat2.xml Tue Mar 15 13:02:47 2016 -0400
@@ -6,10 +6,13 @@
hisat
+
+ hisat2
samtools
+
hisat2 --version
@@ -28,7 +31,7 @@
#end if
hisat2 -p \${GALAXY_SLOTS:-1} -x "${index_path}"
#if str($input_format.paired.paired_selector) == 'paired':
- -1 "${reads_f}" -2 "${reads_r}"
+ -1 "${input_format.paired.reads_f}" -2 "${input_format.paired.reads_r}"
@paired_end_options@
#else if str($input_format.paired.paired_selector) == 'paired_collection':
-1 "${input_format.paired.reads.forward}" -2 "${input_format.paired.reads.reverse}"
@@ -80,7 +83,7 @@
--minins ${paired_options.minins} --maxins ${paired_options.maxins} ${paired_options.no_mixed} ${paired_options.no_discordant}
${paired_options.dovetail} ${paired_options.contain} ${paired_options.overlap}
#end if
- | samtools view -bS - | samtools sort - -o hsbam > "${output_alignments}"
+ | samtools sort - -@ \${GALAXY_SLOTS:-2} -l 6 -o hsbam > "${output_alignments}"
]]>
@@ -221,7 +224,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+