view Tools/CREF/extract_motifs_subset.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="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>