view amrformat.xml @ 6:834e31c6e4e5

Uploaded
author estrain
date Thu, 30 Jan 2020 08:42:12 -0500
parents 0b342ec0b33d
children
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="data" format="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>