comparison qiime2/qiime_vsearch_uchime-ref.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
13 13
14 #if str($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 str($pmindiffs):
19 --p-mindiffs=$pmindiffs 19 --p-mindiffs=$pmindiffs
20 #end if 20 #end if
21 21
22 #if str($pmindiv): 22 #if str($pmindiv):
23 --p-mindiv=$pmindiv 23 --p-mindiv=$pmindiv
25 25
26 #if str($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 str($pxn):
31 --p-xn=$pxn 31 --p-xn=$pxn
32 #end if 32 #end if
33 33
34 #set $pthreads = '${GALAXY_SLOTS:-4}' 34 #set $pthreads = '${GALAXY_SLOTS:-4}'
35 #if str($pthreads): 35 #if str($pthreads):