comparison paired_fastq_filtering.xml @ 6:f224513123a1 draft

Uploaded
author petr-novak
date Mon, 02 Dec 2019 03:45:28 -0500
parents 378565f5a875
children c2c69c6090f0
comparison
equal deleted inserted replaced
5:378565f5a875 6:f224513123a1
1 <tool id="paired_fastq_filtering" name="Preprocessing of fastq paired-reads"> 1 <tool id="paired_fastq_filtering" name="Preprocessing of fastq paired-end reads">
2 <stdio> 2 <stdio>
3 <exit_code range="1:" level="fatal" description="Error" /> 3 <exit_code range="1:" level="fatal" description="Error" />
4 </stdio> 4 </stdio>
5 <description> 5 <description>
6 Preprocessing of paired reads fastq files 6 Preprocessing of paired-end reads fastq files
7 including trimming, quality filtering, cutadapt filtering and interlacing. Broken 7 including trimming, quality filtering, cutadapt filtering and interlacing. Broken
8 pairs are discarded. 8 pairs are discarded.
9 </description> 9 </description>
10 <requirements> 10 <requirements>
11 <requirement type="package">blast</requirement> 11 <requirement type="package">blast</requirement>
89 89
90 <param name="filter_database" format="fasta" type="data" label="Sequence filter database" help="Provide DNA sequences in fasta format. Sequence reads which has at least 90% similarity over 90% of length to sequence in filter database will be removed. This is suitable option if you want to remove organele DNA or contamination"/> 90 <param name="filter_database" format="fasta" type="data" label="Sequence filter database" help="Provide DNA sequences in fasta format. Sequence reads which has at least 90% similarity over 90% of length to sequence in filter database will be removed. This is suitable option if you want to remove organele DNA or contamination"/>
91 </when> 91 </when>
92 </conditional> 92 </conditional>
93 93
94 <param name="rename" type="boolean" truevalue="-R" falsevalue="" checked="False" label="Rename sequences" help="By default, original sequence ID are used, in case your sequences do not follow proper naming scheme to label paired-end read mate, use this option. All read pairs must be complete!"/> 94 <param name="rename" type="boolean" truevalue="-R" falsevalue="" checked="True" label="Rename sequences" help="By default, original sequence ID are used, in case your sequences do not follow proper naming scheme to label paired-end read mate, use this option. All read pairs must be complete!"/>
95 </inputs> 95 </inputs>
96 96
97 97
98 <outputs> 98 <outputs>
99 <data format="fasta" name="paired" label="Interlaced paired reads from datasets ${A.hid} and ${B.hid} "/> 99 <data format="fasta" name="paired" label="Interlaced paired reads from datasets ${A.hid} and ${B.hid} "/>