comparison qiime2/qiime_feature-table_core-features.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
7 <command><![CDATA[ 7 <command><![CDATA[
8 qiime feature-table core-features 8 qiime feature-table core-features
9 9
10 --i-table=$itable 10 --i-table=$itable
11 11
12 #if $pminfraction: 12 #if str($pminfraction):
13 --p-min-fraction=$pminfraction 13 --p-min-fraction=$pminfraction
14 #end if 14 #end if
15 15
16 #if $pmaxfraction: 16 #if str($pmaxfraction):
17 --p-max-fraction=$pmaxfraction 17 --p-max-fraction=$pmaxfraction
18 #end if 18 #end if
19 19
20 #if $psteps: 20 #if str($psteps):
21 --p-steps=$psteps 21 --p-steps=$psteps
22 #end if 22 #end if
23 23
24 --o-visualization=ovisualization 24 --o-visualization=ovisualization
25 ; 25 ;