Mercurial > repos > florianbegusch > qiime2_wrappers
comparison qiime2/qiime_feature-table_subsample.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 subsample | 8 qiime feature-table subsample |
9 | 9 |
10 --i-table=$itable | 10 --i-table=$itable |
11 --p-subsampling-depth="$psubsamplingdepth" | 11 |
12 #if str($psubsamplingdepth): | |
13 --p-subsampling-depth="$psubsamplingdepth" | |
14 #end if | |
15 | |
12 --p-axis=$paxis | 16 --p-axis=$paxis |
13 | 17 |
14 --o-sampled-table=osampledtable | 18 --o-sampled-table=osampledtable |
15 ; | 19 ; |
16 cp osampledtable.qza $osampledtable | 20 cp osampledtable.qza $osampledtable |