Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_feature-table_subsample.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 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 |