annotate Tools/Matrix/matrix_generator.xml @ 3:b30ba2b06326 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 06:01:48 -0400
parents 229d36377838
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
229d36377838 Uploaded
amadeo
parents:
diff changeset
1 <tool id="matrix_generator" name="Gene-motif matrix" version="1.0.0">
229d36377838 Uploaded
amadeo
parents:
diff changeset
2 <description>Script to create csv formatted gene vs TF matrix from a filtered gff file. GFF file can contain just Positive or Just neagtive strand TFBS. Has two types of matrix produced: (0) resence/Abscence with only 1 and 0s. With option=0. (1) counts of TFs with numbers 1,3,5 etc. </description>
229d36377838 Uploaded
amadeo
parents:
diff changeset
3 <command interpreter="perl">gene-TF-matrix-csv-galaxy.pl $input $output $value </command>
229d36377838 Uploaded
amadeo
parents:
diff changeset
4 <inputs>
229d36377838 Uploaded
amadeo
parents:
diff changeset
5 <param format="gff" name="input" type="data" label="FIMO file"/>
229d36377838 Uploaded
amadeo
parents:
diff changeset
6 <param name="value" size="1" type="integer" value="0" label="Type of matrix"/>
229d36377838 Uploaded
amadeo
parents:
diff changeset
7 </inputs>
229d36377838 Uploaded
amadeo
parents:
diff changeset
8 <outputs>
229d36377838 Uploaded
amadeo
parents:
diff changeset
9 <data format="csv" name="output" label="Gene-Motif-matrix" />
229d36377838 Uploaded
amadeo
parents:
diff changeset
10 </outputs>
229d36377838 Uploaded
amadeo
parents:
diff changeset
11 </tool>