view Tools/CREF/short-headers.xml @ 3:b30ba2b06326 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 06:01:48 -0400
parents 229d36377838
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>