0
|
1 <?xml version="1.0" ?>
|
9
|
2 <tool id="qiime_deblur_denoise-other" name="qiime deblur denoise-other" version="2019.7">
|
0
|
3 <description> - Deblur sequences using a user-specified positive filter.</description>
|
|
4 <requirements>
|
9
|
5 <requirement type="package" version="2019.7">qiime2</requirement>
|
0
|
6 </requirements>
|
|
7 <command><![CDATA[
|
|
8 qiime deblur denoise-other
|
|
9
|
|
10 --i-demultiplexed-seqs=$idemultiplexedseqs
|
|
11 --i-reference-seqs=$ireferenceseqs
|
|
12
|
6
|
13 #if str($ptrimlength):
|
|
14 --p-trim-length="$ptrimlength"
|
|
15 #end if
|
|
16
|
|
17 #if str($plefttrimlen):
|
0
|
18 --p-left-trim-len=$plefttrimlen
|
|
19 #end if
|
|
20
|
6
|
21 #if str($psamplestats):
|
0
|
22 --p-sample-stats
|
|
23 #end if
|
|
24
|
6
|
25 #if str($pmeanerror):
|
0
|
26 --p-mean-error=$pmeanerror
|
|
27 #end if
|
|
28
|
6
|
29 #if str($pindelprob):
|
0
|
30 --p-indel-prob=$pindelprob
|
|
31 #end if
|
|
32
|
6
|
33 #if str($pindelmax):
|
0
|
34 --p-indel-max=$pindelmax
|
|
35 #end if
|
|
36
|
6
|
37 #if str($pminreads):
|
0
|
38 --p-min-reads=$pminreads
|
|
39 #end if
|
|
40
|
6
|
41 #if str($pminsize):
|
0
|
42 --p-min-size=$pminsize
|
|
43 #end if
|
|
44
|
|
45 #set $pjobstostart = '${GALAXY_SLOTS:-4}'
|
|
46
|
|
47 #if str($pjobstostart):
|
|
48 --p-jobs-to-start="$pjobstostart"
|
|
49 #end if
|
|
50
|
|
51
|
6
|
52 #if str($pnohashedfeatureids):
|
0
|
53 --p-no-hashed-feature-ids
|
|
54 #end if
|
|
55
|
|
56 --o-table=otable
|
|
57 --o-representative-sequences=orepresentativesequences
|
|
58 --o-stats=ostats
|
|
59 ;
|
|
60 cp otable.qza $otable;
|
|
61 cp orepresentativesequences.qza $orepresentativesequences;
|
|
62 cp ostats.qza $ostats
|
|
63 ]]></command>
|
|
64 <inputs>
|
|
65 <param format="qza,no_unzip.zip" label="--i-demultiplexed-seqs: ARTIFACT SampleData[SequencesWithQuality | PairedEndSequencesWithQuality | JoinedSequencesWithQuality] The demultiplexed sequences to be denoised. [required]" name="idemultiplexedseqs" optional="False" type="data"/>
|
|
66 <param format="qza,no_unzip.zip" label="--i-reference-seqs: ARTIFACT FeatureData[Sequence] Positive filtering database. Keep all sequences aligning to these sequences. [required]" name="ireferenceseqs" optional="False" type="data"/>
|
|
67 <param label="--p-trim-length: INTEGER Sequence trim length, specify -1 to disable trimming. [required]" name="ptrimlength" optional="False" value="" type="integer"/>
|
|
68 <param label="--p-left-trim-len: INTEGER Range(0, None) Sequence trimming from the 5' end. A value of 0 will disable this trim. [default: 0]" name="plefttrimlen" optional="True" type="integer" min="0" value="0"/>
|
|
69 <param label="--p-sample-stats: --p-no-sample-stats If true, gather stats per sample. [default: False]" name="psamplestats" selected="False" type="boolean"/>
|
|
70 <param label="--p-mean-error: NUMBER The mean per nucleotide error, used for original sequence estimate. [default: 0.005]" name="pmeanerror" optional="True" type="float" value="0.005"/>
|
|
71 <param label="--p-indel-prob: NUMBER Insertion/deletion (indel) probability (same for N indels). [default: 0.01]" name="pindelprob" optional="True" type="float" value="0.01"/>
|
|
72 <param label="--p-indel-max: INTEGER Maximum number of insertion/deletions. [default: 3]" name="pindelmax" optional="True" type="integer" value="3"/>
|
|
73 <param label="--p-min-reads: INTEGER Retain only features appearing at least min-reads times across all samples in the resulting feature table. [default: 10]" name="pminreads" optional="True" type="integer" value="10"/>
|
|
74 <param label="--p-min-size: INTEGER In each sample, discard all features with an abundance less than min-size. [default: 2]" name="pminsize" optional="True" type="integer" value="2"/>
|
|
75 <param label="--p-no-hashed-feature-ids: If false, hash the feature IDs. [default: False]" name="pnohashedfeatureids" selected="False" type="boolean"/>
|
|
76 </inputs>
|
|
77 <outputs>
|
|
78 <data format="qza" label="${tool.name} on ${on_string}: table.qza" name="otable"/>
|
|
79 <data format="qza" label="${tool.name} on ${on_string}: representativesequences.qza" name="orepresentativesequences"/>
|
|
80 <data format="qza" label="${tool.name} on ${on_string}: stats.qza" name="ostats"/>
|
|
81 </outputs>
|
|
82 <help><![CDATA[
|
|
83 Deblur sequences using a user-specified positive filter.
|
|
84 ########################################################
|
|
85
|
|
86 Perform sequence quality control for Illumina data using the Deblur
|
|
87 workflow, including positive alignment-based filtering. Only forward reads
|
|
88 are supported at this time. This mode of execution is particularly useful
|
|
89 when operating on non-16S data. For example, to apply Deblur to 18S data,
|
|
90 you would want to specify a reference composed of 18S sequences in order to
|
|
91 filter out sequences which do not appear to be 18S. The assessment is
|
|
92 performed by local alignment using SortMeRNA with a permissive e-value
|
|
93 threshold.
|
|
94
|
|
95 Parameters
|
|
96 ----------
|
|
97 demultiplexed_seqs : SampleData[SequencesWithQuality | PairedEndSequencesWithQuality | JoinedSequencesWithQuality]
|
|
98 The demultiplexed sequences to be denoised.
|
|
99 reference_seqs : FeatureData[Sequence]
|
|
100 Positive filtering database. Keep all sequences aligning to these
|
|
101 sequences.
|
|
102 trim_length : Int
|
|
103 Sequence trim length, specify -1 to disable trimming.
|
|
104 left_trim_len : Int % Range(0, None), optional
|
|
105 Sequence trimming from the 5' end. A value of 0 will disable this trim.
|
|
106 sample_stats : Bool, optional
|
|
107 If true, gather stats per sample.
|
|
108 mean_error : Float, optional
|
|
109 The mean per nucleotide error, used for original sequence estimate.
|
|
110 indel_prob : Float, optional
|
|
111 Insertion/deletion (indel) probability (same for N indels).
|
|
112 indel_max : Int, optional
|
|
113 Maximum number of insertion/deletions.
|
|
114 min_reads : Int, optional
|
|
115 Retain only features appearing at least min_reads times across all
|
|
116 samples in the resulting feature table.
|
|
117 min_size : Int, optional
|
|
118 In each sample, discard all features with an abundance less than
|
|
119 min_size.
|
|
120 hashed_feature_ids : Bool, optional
|
|
121 If true, hash the feature IDs.
|
|
122
|
|
123 Returns
|
|
124 -------
|
|
125 table : FeatureTable[Frequency]
|
|
126 The resulting denoised feature table.
|
|
127 representative_sequences : FeatureData[Sequence]
|
|
128 The resulting feature sequences.
|
|
129 stats : DeblurStats
|
|
130 Per-sample stats if requested.
|
|
131 ]]></help>
|
|
132 <macros>
|
|
133 <import>qiime_citation.xml</import>
|
|
134 </macros>
|
|
135 <expand macro="qiime_citation"/>
|
|
136 </tool>
|