Mercurial > repos > estrain > amrformat
view amrformat.xml @ 5:0b342ec0b33d
Uploaded
author | estrain |
---|---|
date | Wed, 29 Jan 2020 21:10:23 -0500 |
parents | ca30f4c285de |
children | 834e31c6e4e5 |
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="text" name="results.tsv" label="${tool.name} on ${on_string}" from_work_dir="*.tsv"/> </outputs> <help><![CDATA[ ]]></help> </tool>