Mercurial > repos > pieterlukasse > prims_metabolomics2
annotate rankfilter_text2tabular.xml @ 2:44bfd7e34b39
added comment
author | pieter.lukasse@wur.nl |
---|---|
date | Thu, 19 Mar 2015 10:39:27 +0100 |
parents | dffc38727496 |
children |
rev | line source |
---|---|
0 | 1 <tool id="NDIStext2tabular" name="NIST_UTIL- NIST text to tabular format" version="1.0.2"> |
2 <description>Convert NIST text to tabular format</description> | |
3 <command interpreter="python">rankfilter_GCMS/pdftotabular.py $input $output $output_err</command> | |
4 <inputs> | |
5 <param format="pdf" name="input" type="data" label="NIST identifications report (PDF)"/> | |
6 </inputs> | |
7 <outputs> | |
8 <data format="tabular" label="${tool.name} output on ${on_string}" name="output" /> | |
9 <data format="tabular" label="${tool.name} error log" name="output_err" /> | |
10 </outputs> | |
11 <help> | |
12 This tool converts NIST identification report output (PDF) to a tabular format needed for further use with the RIQC tools. | |
13 </help> | |
14 </tool> |