Mercurial > repos > iuc > datamash_transpose
comparison macros.xml @ 5:374cb875d38a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 9edd054251bc74685d627360bb0fbe8ea60fa6a2
| author | iuc |
|---|---|
| date | Thu, 23 Mar 2023 20:47:02 +0000 |
| parents | ac092723240d |
| children | a2667f8d23de |
comparison
equal
deleted
inserted
replaced
| 4:ac092723240d | 5:374cb875d38a |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <token name="@TOOL_VERSION@">1.1.0</token> | 2 <token name="@TOOL_VERSION@">1.8</token> |
| 3 <token name="@VERSION_SUFFIX@">2</token> | 3 <token name="@VERSION_SUFFIX@">0</token> |
| 4 <token name="@PROFILE@">21.01</token> | 4 <token name="@PROFILE@">22.01</token> |
| 5 <xml name="inputs_outputs"> | 5 <xml name="inputs_outputs"> |
| 6 <inputs> | 6 <inputs> |
| 7 <param name="in_file" type="data" format="tabular,csv,tsv" label="Input tabular dataset" help="" /> | 7 <param name="in_file" type="data" format="tabular,csv,tsv" label="Input tabular dataset" help="" /> |
| 8 <yield /> | 8 <yield /> |
| 9 </inputs> | 9 </inputs> |
| 42 | 42 |
| 43 **TIP:** Input data must be TAB delimited. If the desired dataset does not appear in the input list, use *Text Manipulation->Convert* to convert it to **Tabular** type. | 43 **TIP:** Input data must be TAB delimited. If the desired dataset does not appear in the input list, use *Text Manipulation->Convert* to convert it to **Tabular** type. |
| 44 | 44 |
| 45 ----- | 45 ----- |
| 46 </token> | 46 </token> |
| 47 <xml name="citation"> | |
| 48 <citations> | |
| 49 <citation type="bibtex"> | |
| 50 @ONLINE{datamash, | |
| 51 title = {GNU Datamash}, | |
| 52 url = {https://www.gnu.org/software/datamash/} | |
| 53 } | |
| 54 </citation> | |
| 55 </citations> | |
| 56 </xml> | |
| 47 </macros> | 57 </macros> |
