view MUMmer/nucmer_coords2ACT_galaxy.xml @ 0:6753195df9e0 default tip

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author abossers
date Tue, 07 Jun 2011 17:49:58 -0400
parents
children
line wrap: on
line source

<tool id="MUMmer2ACT_tool" name="MUMmer2ACT" version="0.1.alx" force_history_refresh="True">
  <description>: convert MUMmer comparison (coords) file to ACT (Artemis)</description>
  <command interpreter="perl">
  	nucmer_coords2ACT_galaxy.pl $in_coords $out_act
  </command>
	<inputs>
		<param name="in_coords" type="data" format="tabular" label="MUMmer coords file to use" help="i.e. a nucmer comparison (coords) file" />
	</inputs>
	<outputs>
		<data name="out_act" format="tabular" label="ACT conversion of coords" />
	</outputs>
	<requirements>
	  <requirement type="perl-script">nucmer_coords2ACT_galaxy.pl</requirement>
	</requirements>
	<tests>
		<test>
		</test>
	</tests>
	<help>
| 
| 

**Info**
--------

This tool will convert the MUMmer comparison file (run MUMmer with the coords option) into a "blast crunch" file 
that can be read as a comparison file in Artemic Comparison Tool (ACT).
 
It will output a single tabular crunch file (save as extension .tab on windows systems).
 
**Reference/questions/remarks**
 
- *Conversion perl script and wrapper:* Alex Bossers, CVI of Wageningen UR, The Netherlands.



	</help>
</tool>