annotate rankfilter_text2tabular.xml @ 56:9404c688f42d
fix for xcms support in msclust
author |
pieter.lukasse@wur.nl |
date |
Fri, 12 Dec 2014 12:04:16 +0100 |
parents |
9d5f4f5f764b |
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>
|