view amrformat.xml @ 3:508c2b662f0d

Uploaded
author estrain
date Wed, 29 Jan 2020 16:42:31 -0500
parents ae0d90df065f
children ca30f4c285de
line wrap: on
line source
<tool id="amrformat" name="amrformat" version="0.0.1">
  <description>Format AMRFinder Output</description>
  <requirements>
  </requirements>

  <command detect_errors="exit_code"><![CDATA[

    perl $__tool_directory__/amrformat.pl $infile results.tsv 

  ]]></command>
    <inputs>
      <param name="infile" type="tabular" label="Select Input File">
    </inputs>
    <outputs>
      <data format="tabular" name="results.tsv" label="${tool.name} on ${on_string}" from_work_dir="*.tsv"/>
    </outputs>

    <help><![CDATA[

    ]]></help>
</tool>