Mercurial > repos > florianbegusch > qiime2_wrappers
comparison qiime2/qiime_vsearch_uchime-denovo.xml @ 4:71f124e02000 draft default tip
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:40:25 -0400 |
parents | 149432539226 |
children |
comparison
equal
deleted
inserted
replaced
3:eda5df31da55 | 4:71f124e02000 |
---|---|
8 qiime vsearch uchime-denovo | 8 qiime vsearch uchime-denovo |
9 | 9 |
10 --i-sequences=$isequences | 10 --i-sequences=$isequences |
11 --i-table=$itable | 11 --i-table=$itable |
12 | 12 |
13 #if $pdn: | 13 #if str($pdn): |
14 --p-dn=$pdn | 14 --p-dn=$pdn |
15 #end if | 15 #end if |
16 | 16 |
17 #if $pmindiffs: | 17 #if str($pmindiffs): |
18 --p-mindiffs=$pmindiffs | 18 --p-mindiffs=$pmindiffs |
19 #end if | 19 #end if |
20 | 20 |
21 #if $pmindiv: | 21 #if str($pmindiv): |
22 --p-mindiv=$pmindiv | 22 --p-mindiv=$pmindiv |
23 #end if | 23 #end if |
24 | 24 |
25 #if $pminh: | 25 #if str($pminh): |
26 --p-minh=$pminh | 26 --p-minh=$pminh |
27 #end if | 27 #end if |
28 | 28 |
29 #if $pxn: | 29 #if str($pxn): |
30 --p-xn=$pxn | 30 --p-xn=$pxn |
31 #end if | 31 #end if |
32 | 32 |
33 --o-chimeras=ochimeras | 33 --o-chimeras=ochimeras |
34 --o-nonchimeras=ononchimeras | 34 --o-nonchimeras=ononchimeras |