Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_vsearch_uchime-ref.xml @ 5:a025a4a89e07 draft
Uploaded
author | florianbegusch |
---|---|
date | Mon, 05 Aug 2019 01:29:30 -0400 |
parents | 370e0b6e9826 |
children | de4c22a52df4 |
comparison
equal
deleted
inserted
replaced
4:914fa4daf16a | 5:a025a4a89e07 |
---|---|
9 | 9 |
10 --i-sequences=$isequences | 10 --i-sequences=$isequences |
11 --i-table=$itable | 11 --i-table=$itable |
12 --i-reference-sequences=$ireferencesequences | 12 --i-reference-sequences=$ireferencesequences |
13 | 13 |
14 #if $pdn: | 14 #if str($pdn): |
15 --p-dn=$pdn | 15 --p-dn=$pdn |
16 #end if | 16 #end if |
17 | 17 |
18 #if $pmindiffs: | 18 #if $pmindiffs: |
19 --p-mindiffs=$pmindiffs | 19 --p-mindiffs=$pmindiffs |
20 #end if | 20 #end if |
21 | 21 |
22 #if $pmindiv: | 22 #if str($pmindiv): |
23 --p-mindiv=$pmindiv | 23 --p-mindiv=$pmindiv |
24 #end if | 24 #end if |
25 | 25 |
26 #if $pminh: | 26 #if str($pminh): |
27 --p-minh=$pminh | 27 --p-minh=$pminh |
28 #end if | 28 #end if |
29 | 29 |
30 #if $pxn: | 30 #if $pxn: |
31 --p-xn=$pxn | 31 --p-xn=$pxn |