Mercurial > repos > recetox > aplcms_to_ramclustr_converter
comparison aplcms_to_ramclustr_converter.xml @ 6:a7f2f8d6f44b draft default tip
"planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 4d2ac914c951166e386a94d8ebb8cb1becfac122"
author | recetox |
---|---|
date | Tue, 22 Mar 2022 16:00:59 +0000 |
parents | b9263b8fcc1e |
children |
comparison
equal
deleted
inserted
replaced
5:b9263b8fcc1e | 6:a7f2f8d6f44b |
---|---|
1 <tool id="aplcms_to_ramclustr_converter" name="apLCMS to RamClustR converter" version="0.1.0+galaxy0" python_template_version="3.5"> | 1 <tool id="aplcms_to_ramclustr_converter" name="apLCMS to RamClustR converter" version="0.1.0+galaxy1" python_template_version="3.5"> |
2 <description>converts apLCMS parquet output to RamClustR csv input</description> | 2 <description>converts apLCMS output to RamClustR input</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="creator"/> | 6 <expand macro="creator"/> |
7 <requirements> | 7 <requirements> |
13 ]]></command> | 13 ]]></command> |
14 <inputs> | 14 <inputs> |
15 <param name="aplcms_dataframe" type="data" format="parquet" label="apLCMS Dataframe"/> | 15 <param name="aplcms_dataframe" type="data" format="parquet" label="apLCMS Dataframe"/> |
16 </inputs> | 16 </inputs> |
17 <outputs> | 17 <outputs> |
18 <data format="csv" name="out_file" label="Feature-by-sample ${aplcms_dataframe.name} table (csv)"/> | 18 <data format="csv" name="out_file" label="Feature-by-sample ${aplcms_dataframe.name} table"/> |
19 </outputs> | 19 </outputs> |
20 <tests> | 20 <tests> |
21 <test> | 21 <test> |
22 <param name="aplcms_dataframe" value="input.parquet" ftype="parquet"/> | 22 <param name="aplcms_dataframe" value="input.parquet" ftype="parquet"/> |
23 <output name="out_file" file="output.csv" ftype="csv"/> | 23 <output name="out_file" file="output.csv" ftype="csv"/> |