view Tools/CREF/short-headers.xml @ 0:229d36377838 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 05:53:08 -0400
parents
children
line wrap: on
line source

<tool id="shorten_headers" name="Get shorter headers" version="1.0.0">
	<description>re-writes a fasta file with compatible headers for MEME suite tool.</description>
	<command interpreter="perl">shorten-headers-galaxy.pl $input  $output</command>
	<inputs>
		<param format="txt" name="input" type="data" label="input"/>
	</inputs>
	<outputs>
		<data format="fasta" name="output" label="promoters_sh" />
	</outputs>
</tool>