Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_vsearch_uchime-denovo.xml @ 6:de4c22a52df4 draft
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:46:48 -0400 |
parents | a025a4a89e07 |
children | f190567fe3f6 |
comparison
equal
deleted
inserted
replaced
5:a025a4a89e07 | 6:de4c22a52df4 |
---|---|
12 | 12 |
13 #if str($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 str($pmindiv): | 21 #if str($pmindiv): |
22 --p-mindiv=$pmindiv | 22 --p-mindiv=$pmindiv |
24 | 24 |
25 #if str($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 |