comparison qiime2/qiime_feature-classifier_extract-reads.xml @ 4:914fa4daf16a draft

Fixes
author florianbegusch
date Wed, 31 Jul 2019 03:06:00 -0400
parents 370e0b6e9826
children de4c22a52df4
comparison
equal deleted inserted replaced
3:558645416841 4:914fa4daf16a
9 9
10 --i-sequences=$isequences 10 --i-sequences=$isequences
11 --p-f-primer="$pfprimer" 11 --p-f-primer="$pfprimer"
12 --p-r-primer="$prprimer" 12 --p-r-primer="$prprimer"
13 13
14 #if $ptrunclen: 14 #if str($ptrunclen):
15 --p-trunc-len=$ptrunclen 15 --p-trunc-len=$ptrunclen
16 #end if 16 #end if
17 17
18 #if $ptrimleft: 18 #if str($ptrimleft):
19 --p-trim-left=$ptrimleft 19 --p-trim-left=$ptrimleft
20 #end if 20 #end if
21 21
22 #if $pidentity: 22 #if str($pidentity):
23 --p-identity=$pidentity 23 --p-identity=$pidentity
24 #end if 24 #end if
25 25
26 #if $pminlength: 26 #if str($pminlength):
27 --p-min-length=$pminlength 27 --p-min-length=$pminlength
28 #end if 28 #end if
29 29
30 #if $pmaxlength: 30 #if str($pmaxlength):
31 --p-max-length=$pmaxlength 31 --p-max-length=$pmaxlength
32 #end if 32 #end if
33 33
34 --o-reads=oreads 34 --o-reads=oreads
35 ; 35 ;