view cat_2.xml @ 1:f3fa21cda5f5 draft default tip

planemo upload commit 13e72e84c523bda22bda792bbebf4720d28542d5-dirty
author labis-app
date Fri, 10 Aug 2018 15:45:44 -0400
parents ba070efb6f78
children
line wrap: on
line source

<tool id="cat_2" name="Concatenate" version="0.1.0">
    <description></description>
  <command interpreter="perl">cat_2.pl $input1 $input2 $output</command>
  <inputs>
    <param format="fasta" name="input1" type="data" label="FASTA file1"/>
    <param format="fasta" name="input2" type="data" label="FASTA file2"/>
  </inputs>
  <outputs>
    <data format="fasta" name="output" />
  </outputs>

  <tests>
    <test>
      <param name="input1" value="f1.fasta"/>
      <param name="input2" value="f2.fasta"/>
      <output name="output" file="Galaxy134-[Concatenate_on_data_132_and_data_131].fasta"/>
    </test>
  </tests>

  <help>
This tool concatenate two FASTA files in a tail-head manner. First you must upload your FASTA files using Upload File tool in the Get Data subsection. After the uploading process is completed, you will select the FASTA files here in this Concatenate tool by selecting them as FASTA file 1 and FASTA file 2. Click on Execute to start the job. Your concatenated FASTA file will be generated and it will be available to download once you click on the name of the job in the History menu at the right side of the screen in the Download option (small disk icon). 
  </help>

  <citations>
    <citation type="bibtex">
      @misc{Concatenate,
        author = {Application, Labis},
        year = 2018,
        title = Concatenate,
        publisher = labisapplications
      }
    </citation>
  </citations>
</tool>