Mercurial > repos > florianbegusch > qiime2_wrappers
comparison qiime2/qiime_quality-control_evaluate-taxonomy.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 quality-control evaluate-taxonomy | 8 qiime quality-control evaluate-taxonomy |
9 | 9 |
10 --i-expected-taxa=$iexpectedtaxa | 10 --i-expected-taxa=$iexpectedtaxa |
11 --i-observed-taxa=$iobservedtaxa | 11 --i-observed-taxa=$iobservedtaxa |
12 --p-depth="$pdepth" | 12 |
13 #if str($pdepth): | |
14 --p-depth="$pdepth" | |
15 #end if | |
13 | 16 |
14 #if str($ifeaturetable) != 'None': | 17 #if str($ifeaturetable) != 'None': |
15 --i-feature-table=$ifeaturetable | 18 --i-feature-table=$ifeaturetable |
16 #end if | 19 #end if |
17 | 20 |