annotate tools/mytools/dreme_out/dreme.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!DOCTYPE dreme[
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <!ELEMENT dreme (model, motifs, run_time)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <!ATTLIST dreme version CDATA #REQUIRED release CDATA #REQUIRED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <!ELEMENT model
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 (command_line, positives, negatives, background, stop, ngen, add_pv_thresh,
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 seed, host, when, description?)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <!ELEMENT command_line (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <!ELEMENT positives EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <!ATTLIST positives
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 name CDATA #REQUIRED count CDATA #REQUIRED file CDATA #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 last_mod_date CDATA #REQUIRED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <!--
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 negatives must have a file and last_mod_date specified when the from
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 attribute is file.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <!ELEMENT negatives EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <!ATTLIST negatives
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 name CDATA #REQUIRED count CDATA #REQUIRED from (shuffled|file) #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 file CDATA #IMPLIED last_mod_date CDATA #IMPLIED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <!--
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 background allows DNA and RNA (AA is not going to be supported with DREME)
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 however currently only DNA is implemented. Note that when type is dna the
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 value for T must be supplied and when the type is rna the value for U must
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 be supplied. The sum of the frequencies must be 1 (with a small error).
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <!ELEMENT background EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <!ATTLIST background
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 type (dna|rna) #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 A CDATA #REQUIRED C CDATA #REQUIRED G CDATA #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 T CDATA #IMPLIED U CDATA #IMPLIED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 from (dataset|file) #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 file CDATA #IMPLIED last_mod_date CDATA #IMPLIED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <!ELEMENT stop EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <!ATTLIST stop
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 evalue CDATA #IMPLIED count CDATA #IMPLIED time CDATA #IMPLIED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <!ELEMENT ngen (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <!ELEMENT seed (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <!ELEMENT add_pv_thresh (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <!ELEMENT host (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 <!ELEMENT when (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 <!ELEMENT description (#PCDATA)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <!ELEMENT motifs (motif+)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 <!ELEMENT motif (pos+, match+)>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <!ATTLIST motif
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 id CDATA #REQUIRED seq CDATA #REQUIRED length CDATA #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 nsites CDATA #REQUIRED p CDATA #REQUIRED n CDATA #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 pvalue CDATA #REQUIRED evalue CDATA #REQUIRED unerased_evalue CDATA #REQUIRED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 <!--
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 pos allows DNA and RNA (AA is not going to be supported with DREME)
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 however current only DNA is implemented. When the type in the background
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 is 'dna' pos must have a T attribute and when it is 'rna' pos must have a
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 U attribute
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55 <!ELEMENT pos EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 <!ATTLIST pos
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 i CDATA #REQUIRED A CDATA #REQUIRED C CDATA #REQUIRED G CDATA #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 T CDATA #IMPLIED U CDATA #IMPLIED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59 <!ELEMENT match EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60 <!ATTLIST match
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61 seq CDATA #REQUIRED p CDATA #REQUIRED n CDATA #REQUIRED
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62 pvalue CDATA #REQUIRED evalue CDATA #REQUIRED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 <!ELEMENT run_time EMPTY>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
64 <!ATTLIST run_time
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
65 cpu CDATA #REQUIRED real CDATA #REQUIRED stop (evalue|count|time) #REQUIRED>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
66 ]>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
67 <dreme version="4.7.0" release="Wed Sep 28 17:30:10 EST 2011">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
68 <model>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
69 <command_line>dreme -p test.fa -desc xxxx</command_line>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
70 <positives name="test" count="3" file="test.fa" last_mod_date="Sat Dec 10 12:52:18 EST 2011" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
71 <negatives name="shuffled positive sequences" count="3" from="shuffled"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
72 <background type="dna" A="0.243" C="0.270" G="0.243" T="0.243" from="dataset"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
73 <stop evalue="0.05"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
74 <ngen>100</ngen>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
75 <add_pv_thresh>0.01</add_pv_thresh>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
76 <seed>1</seed>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
77 <host>SHARPLAB.MIT.EDU</host>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
78 <when>Sun Dec 11 09:26:43 EST 2011</when>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
79 <description>xxxx</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
80 </model>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
81 <motifs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
82 </motifs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
83 <run_time cpu="0.01" real="0.01" stop="evalue"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
84 </dreme>