annotate protxml_to_table.xml @ 9:c04896f31ff7

Added bash wrapper scripts and protxml to table
author Ira Cooke <iracooke@gmail.com>
date Mon, 10 Jun 2013 04:58:03 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
1 <tool id="protxml_to_table_1" name="ProtXML to Table" version="1.0.1">
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
2 <requirements>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
3 <requirement type="package" version="1.2.2">galaxy_protk</requirement>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
4 </requirements>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
5
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
6 <description>Converts a ProtXML file to a table</description>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
7
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
8 <command>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
9 rvm 1.9.3@protk-1.2.2 do protxml_to_table.rb
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
10
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
11 $input_file
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
12 -o $output
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
13 </command>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
14
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
15 <inputs>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
16
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
17 <param format="protxml" name="input_file" type="data" label="ProtXML File to Convert"/>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
18
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
19 </inputs>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
20
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
21
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
22 <outputs>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
23 <data format="tabular" name="output" />
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
24 </outputs>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
25
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
26
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
27 <help>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
28
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
29 **What it does**
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
30
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
31 Converts a ProtXML file to a tab separated table
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
32
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
33 </help>
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
34
c04896f31ff7 Added bash wrapper scripts and protxml to table
Ira Cooke <iracooke@gmail.com>
parents:
diff changeset
35 </tool>