Mercurial > repos > jay > pdaug_merge_dataframes
comparison PDAUG_Merge_Dataframes/PDAUG_Merge_Dataframes.xml @ 0:5bb52d4bf172 draft
"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit a9bd83f6a1afa6338cb6e4358b63ebff5bed155e"
author | jay |
---|---|
date | Wed, 28 Oct 2020 01:54:31 +0000 |
parents | |
children | b5a9f541c6f8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5bb52d4bf172 |
---|---|
1 <tool id="pdaug_merge_dataframes" name="PDAUG Merge Dataframes" version="0.1.0" python_template_version="3.5"> | |
2 | |
3 <description>Merge two data frames</description> | |
4 | |
5 <requirements> | |
6 <requirement version="0.24.2" type="package" >pandas </requirement> | |
7 </requirements> | |
8 | |
9 | |
10 <command detect_errors="exit_code"><![CDATA[ | |
11 python $__tool_directory__/PDAUG_Merge_Dataframes.py '$input1' '$output1' | |
12 ]]></command> | |
13 <inputs> | |
14 <param type="data" name="input1" label="Input files" format="tabular" multiple="true" help="Input tabular data files"/> | |
15 </inputs> | |
16 <outputs> | |
17 <data name='output1' label="${tool.name} on $on_string - (tabular)" format='tabular' /> | |
18 </outputs> | |
19 <tests> | |
20 <test> | |
21 <param name="input1" value="1.tsv,2.tsv,3.tsv,4.tsv,5.tsv,6.tsv"/> | |
22 <output name="output1" file="out.tsv" /> | |
23 </test> | |
24 </tests> | |
25 <help><![CDATA[ | |
26 .. class:: infomark | |
27 | |
28 **What it does** | |
29 | |
30 This tool merges two data frames. | |
31 | |
32 ----- | |
33 | |
34 **Inputs** | |
35 * Tabular data file (example input1.tsv and input2.tsv ). | |
36 | |
37 ----- | |
38 | |
39 **Outputs** | |
40 * Returns merged tabular data file. | |
41 | |
42 | |
43 ]]></help> | |
44 <citations> | |
45 <citation type="bibtex"> | |
46 | |
47 @misc{PDAUGGITHUB, | |
48 author = {Joshi, Jayadev and Blankenberg, Daniel}, | |
49 year = {2020}, | |
50 title ={PDAUG - a Galaxy based toolset for peptide library analysis, visualization, and machine learning modeling}, | |
51 publisher = {GitHub}, | |
52 journal = {GitHub repository}, | |
53 url = | |
54 {https://github.com/jaidevjoshi83/pdaug.git}, | |
55 | |
56 }</citation> | |
57 </citations> | |
58 | |
59 </tool> |