view Tools/CREF/extract_motifs_subset.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="extract_motifs_subset" name="Extract motifs subset" version="1.0.0">
	<description>Script to take a list of JASPAR ids and extract a subset of matrix information for each of them from a meme file</description>
	<command interpreter="perl">Extract_matrix_subset_galaxy.pl $input $secondinput $output</command>
	<inputs>
		<param format="txt" name="input" type="data" label="Motifs"/>
		<param format="meme" name="secondinput" type="data" label="MEME file"/>
	</inputs>
	<outputs>
		<data format="txt" name="output" label="list-motifs-JASPAR-data" />
	</outputs>
</tool>