Mercurial > repos > florianbegusch > qiime2_wrappers
comparison qiime2/qiime_demux_summarize.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 demux summarize | 8 qiime demux summarize |
9 | 9 |
10 --i-data=$idata | 10 --i-data=$idata |
11 | 11 |
12 #if $pn: | 12 #if str($pn): |
13 --p-n=$pn | 13 --p-n=$pn |
14 #end if | 14 #end if |
15 | 15 |
16 --o-visualization=ovisualization | 16 --o-visualization=ovisualization |
17 ; | 17 ; |