# HG changeset patch # User drosofff # Date 1499707212 14400 # Node ID cdf2ffe2f8be53fe26527d7764a0bf96fd604ab2 # Parent 97f256cbdaf6b7d316139925de9d1f1b1612c1f5 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit 0d4bc357e7f0b13488806ebdab71090411d9b430 diff -r 97f256cbdaf6 -r cdf2ffe2f8be sRbowtie.xml --- a/sRbowtie.xml Tue Jul 04 18:28:46 2017 -0400 +++ b/sRbowtie.xml Mon Jul 10 13:20:12 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 -------- --------------------------------------------------------