comparison qiime2/qiime_feature-table_rarefy.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
6 </requirements> 6 </requirements>
7 <command><![CDATA[ 7 <command><![CDATA[
8 qiime feature-table rarefy 8 qiime feature-table rarefy
9 9
10 --i-table=$itable 10 --i-table=$itable
11 --p-sampling-depth="$psamplingdepth" 11
12 #if str($psamplingdepth):
13 --p-sampling-depth="$psamplingdepth"
14 #end if
12 15
13 #if $pwithreplacement: 16 #if $pwithreplacement:
14 --p-with-replacement 17 --p-with-replacement
15 #end if 18 #end if
16 19