Mercurial > repos > drosofff > msp_sr_bowtie
comparison sRbowtie.xml @ 25:592eab0f31ac draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit 5eaa99265d9ab0f4a2fbe25040c8a1e53fb82b39
author | drosofff |
---|---|
date | Fri, 30 Jun 2017 18:12:45 -0400 |
parents | 2f4e22f2177d |
children | 405cd77e5a83 |
comparison
equal
deleted
inserted
replaced
24:2f4e22f2177d | 25:592eab0f31ac |
---|---|
48 #if $output_format == "tabular": | 48 #if $output_format == "tabular": |
49 bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' --suppress 6,7,8 '$extra_output' local_index '$format' '$input' > '$output' | 49 bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' --suppress 6,7,8 '$extra_output' local_index '$format' '$input' > '$output' |
50 #elif $output_format == "sam": | 50 #elif $output_format == "sam": |
51 bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' '$extra_output' -S local_index '$format' $input > $output | 51 bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' '$extra_output' -S local_index '$format' $input > $output |
52 #elif $output_format == "bam": | 52 #elif $output_format == "bam": |
53 bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' '$extra_output' -S local_index '$format' $input | samtools sort -O bam -o '$output' | 53 bowtie -p \${GALAXY_SLOTS:-4} '$method_postfix' '$extra_output' -S local_index '$format' $input | samtools view -uS | samtools sort -O bam -o '$output' |
54 #end if | 54 #end if |
55 | 55 |
56 ]]></command> | 56 ]]></command> |
57 <inputs> | 57 <inputs> |
58 <param format="fasta, fastq" help="Only with clipped, raw fasta files" label="Input fasta file: reads clipped from their adapter" name="input" type="data" /> | 58 <param format="fasta, fastq" help="Only with clipped, raw fasta files" label="Input fasta file: reads clipped from their adapter" name="input" type="data" /> |