view PDAUG_Merge_Dataframes/PDAUG_Merge_Dataframes.xml @ 1:fcd5d259427c draft

"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit 3c91f421d26c8f42cf2671e47db735d2cf69dde8"
author jay
date Tue, 29 Dec 2020 04:05:22 +0000
parents 5bb52d4bf172
children b5a9f541c6f8
line wrap: on
line source

<tool id="pdaug_merge_dataframes" name="PDAUG Merge Dataframes" version="0.1.0" python_template_version="3.5">

	<description>Merge two data frames</description>

    <requirements>
      <requirement version="0.24.2" type="package" >pandas </requirement>
    </requirements>


    <command detect_errors="exit_code"><![CDATA[
        python $__tool_directory__/PDAUG_Merge_Dataframes.py '$input1' '$output1'
    ]]></command>
    <inputs>
        <param type="data" name="input1" label="Input files" format="tabular" multiple="true" help="Input tabular data files"/>
    </inputs>
    <outputs>
        <data name='output1' label="${tool.name} on $on_string - (tabular)" format='tabular' />
    </outputs>
    <tests>
        <test>
            <param name="input1" value="1.tsv,2.tsv,3.tsv,4.tsv,5.tsv,6.tsv"/>
            <output name="output1" file="out.tsv" />
        </test>
    </tests>
    <help><![CDATA[
.. class:: infomark

**What it does**

This tool merges two data frames.

-----

**Inputs**
    * Tabular data file (example input1.tsv and input2.tsv ).

-----

**Outputs**
    * Returns merged tabular data file.


]]></help>
<citations>
  <citation type="bibtex">

  @misc{PDAUGGITHUB, 
    author = {Joshi, Jayadev  and Blankenberg, Daniel}, 
    year = {2020}, 
    title ={PDAUG - a Galaxy based toolset for peptide library analysis, visualization, and machine learning modeling}, 
    publisher = {GitHub}, 
    journal = {GitHub repository}, 
    url =
    {https://github.com/jaidevjoshi83/pdaug.git}, 

}</citation>
</citations>

</tool>