annotate aplcms_to_ramclustr_converter.xml @ 3:07667688735e draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
author recetox
date Wed, 17 Feb 2021 15:14:33 +0000
parents
children 9ea34e24474f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
1 <tool id="aplcms_to_ramclustr_converter" name="apLCMS to RamClustR converter" version="0.0.1+galaxy0" python_template_version="3.5">
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
2 <description>converts aplcms HDF output to RamClustR csv input</description>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
3 <requirements>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
4 <requirement type="package" version="3.7">python</requirement>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
5 <requirement type="package" version="1.1.5">pandas</requirement>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
6 <requirement type="package" version="3.6.1">pytables</requirement>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
7 </requirements>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
9 python $__tool_directory__/aplcms_to_ramclustr_converter.py --dataframe '${hdf_dataframe}' --table '${table_name}' '${out_file}'
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
10 ]]></command>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
11 <inputs>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
12 <param name="hdf_dataframe" type="data" format="h5" label="apLCMS Dataset"/>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
13 <param name="table_name" type="select" label="Table Name">
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
14 <option value="peaks">peaks</option>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
15 <option value="aligned_peaks">aligned peaks</option>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
16 </param>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
17 </inputs>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
18 <outputs>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
19 <data format="csv" name="out_file" label="CSV with ${table_name} from ${hdf_dataframe.name}"/>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
20 </outputs>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
21 <tests>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
22 <test>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
23 <param name="hdf_dataframe" value="test-input.h5" ftype="h5"/>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
24 <param name="table_name" value="peaks"/>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
25 <output name="out_file" file="test-output.csv" ftype="csv"/>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
26 </test>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
27 </tests>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
28 <help><![CDATA[
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
29 Tool to convert apLCMS output to csv file formated in accordance to RamClustR (CSV) input requirements.
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
30
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
31 **Workflow position**
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
32
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
33 - Upstream tool: `apLCMS <https://github.com/RECETOX/galaxytools/tree/master/tools/aplcms>`_ Unsupervised or Hybrid
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
34
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
35 - Downstream tool: `RamClustR <https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr>`_ (CSV)
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
36 ]]></help>
07667688735e "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/aplcms_to_ramclustr_converter/ commit 521769cd5af12987a119e6302f22e2e1e864ff9a"
recetox
parents:
diff changeset
37 </tool>