# HG changeset patch # User drosofff # Date 1498493172 14400 # Node ID a05b107fd0c40a8862660386b777e84508bf58e5 # Parent 99009e0a7a4a352d0be7a06926c15034573fdcb1 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit d568170c53bf34da0560546d70038b1c53eb301b diff -r 99009e0a7a4a -r a05b107fd0c4 sRbowtie.xml --- a/sRbowtie.xml Mon Jun 26 06:17:32 2017 -0400 +++ b/sRbowtie.xml Mon Jun 26 12:06:12 2017 -0400 @@ -1,28 +1,56 @@ - + for FASTA small reads bowtie samtools - $output + #elif $output_format == "sam": + bowtie -p \${GALAXY_SLOTS:-4} $method_prefix -S "local_index" $format $input > $output + #elif $output_format == "bam": + bowtie -p \${GALAXY_SLOTS:-4} $method_prefix -S "local_index" $format $input |samtools view -bS - > $output + #end if + ]]>