Mercurial > repos > iuc > biom_convert
comparison biom_convert.xml @ 3:bd46669113b9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 3a3e9549dbaa39d32a8fe1f709a9aa89f2f55e72"
author | iuc |
---|---|
date | Sat, 26 Jun 2021 19:09:19 +0000 |
parents | 584008e574b2 |
children | 54ccb7e1f49a |
comparison
equal
deleted
inserted
replaced
2:584008e574b2 | 3:bd46669113b9 |
---|---|
1 <tool id="biom_convert" name="Convert" version="@VERSION@.3"> | 1 <tool id="biom_convert" name="Convert" version="@VERSION@.4"> |
2 <description>between BIOM table formats</description> | 2 <description>between BIOM table formats</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
111 </inputs> | 111 </inputs> |
112 <outputs> | 112 <outputs> |
113 <data format="biom1" name="output_fp"> | 113 <data format="biom1" name="output_fp"> |
114 <change_format> | 114 <change_format> |
115 <when input="output.type_selector" value="tsv" format="tabular" /> | 115 <when input="output.type_selector" value="tsv" format="tabular" /> |
116 <when input="output.biom_type" value="hdf5" format="h5" /> | 116 <when input="output.biom_type" value="json" format="biom1" /> |
117 <when input="output.biom_type" value="hdf5" format="biom2" /> | |
117 </change_format> | 118 </change_format> |
118 </data> | 119 </data> |
119 </outputs> | 120 </outputs> |
120 <tests> | 121 <tests> |
121 <test> | 122 <test> |