comparison manipulate/minimal_kcf/minimal_kcf.xml @ 0:89592faa2875 draft

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:89592faa2875
1 <tool id="glytools_minimal_KCF" name="GAP Minimal KCF" version="0.3">
2 <description>Keep only ENTRY, NODE, EDGE content</description>
3 <requirements>
4 <requirement type="package" version="1.0">python_for_glycan_tools</requirement>
5 </requirements>
6 <command interpreter="python"><![CDATA[ minimal_kcf.py -i $input -o $kcfoutput ]]></command>
7 <inputs>
8 <param format="kcf" name="input" type="data" label="KCF source file"/>
9 </inputs>
10 <outputs>
11 <data format="kcf" name="kcfoutput" label="Minimal KCF $input.name"/>
12 </outputs>
13
14 <citations>
15 <!-- -->
16 <citation type="doi">10.1002/0471250953.bi0112s38</citation>
17 </citations>
18
19 <help> <![CDATA[
20 .. class:: infomark
21
22 **What this tool does**
23
24 This tool reads KCF glycans and removes all additional data which may cause tools to malfunction. For instance REFERENCE, DBLINKS, MASS etc. Only ENTRY, NODE and EDGE entries are kept
25
26
27 .. class:: infomark
28
29 **Input**
30
31 *KCF*
32
33 .. class:: infomark
34
35 **Output**
36
37 *KCF*
38
39 ]]>
40 </help>
41
42 </tool>