# HG changeset patch # User drosofff # Date 1498994135 14400 # Node ID 2578aea69626c4b6dcf48a909ef5a4c4b9d57100 # Parent 405cd77e5a831c16d9809c38f981935769a948de planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit 65a33cc7068479ceeb6cdb371de557af475b9c86 diff -r 405cd77e5a83 -r 2578aea69626 sRbowtie.xml --- a/sRbowtie.xml Fri Jun 30 18:46:35 2017 -0400 +++ b/sRbowtie.xml Sun Jul 02 07:15:35 2017 -0400 @@ -46,13 +46,13 @@ ## run the bowtie alignement #if str($output_format) == "tabular": - bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' --suppress 6,7,8 '$extra_output' local_index '$format' '$input' > '$output' + bowtie -p \${GALAXY_SLOTS:-4} $method_postfix --suppress 6,7,8 local_index $format '$input' > '$output' #elif str($output_format) == "sam": - bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' '$extra_output' -S local_index '$format' $input > $output + bowtie -p \${GALAXY_SLOTS:-4} $method_postfix -S local_index $format '$input' > '$output' #elif str($output_format) == "bam": - bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' '$extra_output' -S local_index '$format' $input | samtools view -uS | samtools sort -O bam -o '$output' + bowtie -p \${GALAXY_SLOTS:-4} $method_postfix -S local_index $format '$input' | samtools sort -O bam -o '$output' #end if - + ##### | samtools view -uS ]]> @@ -148,6 +148,26 @@ + + + + + + + + + + + + + + + + + + + + diff -r 405cd77e5a83 -r 2578aea69626 test-data/al.fa --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/al.fa Sun Jul 02 07:15:35 2017 -0400 @@ -0,0 +1,10 @@ +>1 +CATTCTGCGAAGAAGC +>2 +GGAGAGACGACGTCAATTACT +>3 +AATTTCGAAACTACACCTGGAAGGTAACCA +>4 +ATCGGATTTTCTTATTTATATTCAGGGTATTAAAGAATCTAT +>5 +TAAGATACTGATAAGGAAACTACCAATA diff -r 405cd77e5a83 -r 2578aea69626 test-data/output.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/output.tab Sun Jul 02 07:15:35 2017 -0400 @@ -0,0 +1,5 @@ +1 + FBgn0000005_297 1151 CATTCTGCGAAGAAGC +2 + FBgn0000005_297 1167 GGAGAGACGACGTCAATTACT +3 + FBgn0000005_297 1188 AATTTCGAAACTACACCTGGAAGGTAACCA +4 + FBgn0000005_297 1218 ATCGGATTTTCTTATTTATATTCAGGGTATTAAAGAATCTAT +5 + FBgn0000005_297 1260 TAAGATACTGATAAGGAAACTACCAATA