Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_quality-control_evaluate-taxonomy.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 |
---|---|
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 |