comparison qiime2/qiime_feature-table_rarefy.xml @ 6:de4c22a52df4 draft

Fixes
author florianbegusch
date Tue, 13 Aug 2019 07:46:48 -0400
parents 370e0b6e9826
children f190567fe3f6
comparison
equal deleted inserted replaced
5:a025a4a89e07 6:de4c22a52df4
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