annotate MUMmer/nucmer_coords2ACT_galaxy.xml @ 0:61f30d177448 default tip

initial commit on Mummer toolsuite on toolshed
author eric
date Tue, 31 Mar 2015 14:19:49 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
1 <tool id="MUMmer2ACT_tool" name="MUMmer2ACT" version="0.1.alx" force_history_refresh="True">
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
2 <description>: convert MUMmer comparison (coords) file to ACT (Artemis)</description>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
3 <command interpreter="perl">
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
4 nucmer_coords2ACT_galaxy.pl $in_coords $out_act
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
5 </command>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
6 <inputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
7 <param name="in_coords" type="data" format="tabular" label="MUMmer coords file to use" help="i.e. a nucmer comparison (coords) file" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
8 </inputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
9 <outputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
10 <data name="out_act" format="tabular" label="ACT conversion of coords" />
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
11 </outputs>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
12 <requirements>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
13 <!-- <requirement type="perl-script">nucmer_coords2ACT_galaxy.pl</requirement> -->
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
14 </requirements>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
15 <tests>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
16 <test>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
17 </test>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
18 </tests>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
19 <help>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
20 |
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
21 |
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
22
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
23 **Info**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
24 --------
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
25
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
26 This tool will convert the MUMmer comparison file (run MUMmer with the coords option) into a "blast crunch" file
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
27 that can be read as a comparison file in Artemic Comparison Tool (ACT).
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
28
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
29 It will output a single tabular crunch file (save as extension .tab on windows systems).
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
30
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
31 **Reference/questions/remarks**
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
32
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
33 - *Conversion perl script and wrapper:* Alex Bossers, CVI of Wageningen UR, The Netherlands.
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
34
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
35
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
36
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
37 </help>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
38 </tool>
61f30d177448 initial commit on Mummer toolsuite on toolshed
eric
parents:
diff changeset
39