# HG changeset patch # User drosofff # Date 1499707228 14400 # Node ID b7173c0011f3c53bf029de2bc7f80bf5f1780bb7 # Parent b2c1ffe6579a1f31505293560a470da55d0be547 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit 0d4bc357e7f0b13488806ebdab71090411d9b430 diff -r b2c1ffe6579a -r b7173c0011f3 sRbowtie.xml --- a/sRbowtie.xml Tue Jul 04 18:29:02 2017 -0400 +++ b/sRbowtie.xml Mon Jul 10 13:20:28 2017 -0400 @@ -1,4 +1,4 @@ - + for FASTA small reads bowtie @@ -6,9 +6,11 @@ $output + bowtie -p \${GALAXY_SLOTS:-4} $method_postfix --suppress 6,7,8 $index_path $format '$input' > $output #elif $output_format == "sam": - bowtie -p \${GALAXY_SLOTS:-4} $method_postfix -S local_index $format '$input' > '$output' + bowtie -p \${GALAXY_SLOTS:-4} $method_postfix -S $index_path $format '$input' > '$output' #elif $output_format == "bam": - bowtie -p \${GALAXY_SLOTS:-4} $method_postfix -S local_index $format '$input' | samtools view -u - | samtools sort -@ "\${GALAXY_SLOTS:-4}" -T tmp -O bam -o $output + bowtie -p \${GALAXY_SLOTS:-4} $method_postfix -S $index_path $format '$input' | samtools view -u - | samtools sort -@ "\${GALAXY_SLOTS:-4}" -T tmp -O bam -o $output #end if ##### | samtools view -uS ]]> - + @@ -181,7 +183,7 @@ However, this Bowtie wrapper tool only takes FASTQ files as inputs. -The sRbowtie wrapper specifically works with short reads FASTA inputs (-v bowtie mode) +The sRbowtie wrapper works with short (-v bowtie mode) reads inputs, in fasta or fastq format, and proposes a simplified set of configurations suited to small RNA analysis. ------ @@ -226,13 +228,13 @@ .. class:: warningmark -*The only accepted format for the script is a raw fasta list of reads, clipped from their adapter* +*Lists of reads, in fasta or fastq format, clipped from their adapter sequence* ----- **OUTPUTS** -If you choose tabular as the output format, you will obtain the matched reads in standard bowtie output format, having the following columns:: +If you choose tabular as the output format, you will obtain the matched reads in tabular bowtie output format, having the following columns:: Column Description -------- --------------------------------------------------------