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

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<!DOCTYPE dreme[
<!ELEMENT dreme (model, motifs, run_time)>
<!ATTLIST dreme version CDATA #REQUIRED release CDATA #REQUIRED>
<!ELEMENT model 
  (command_line, positives, negatives, background, stop, ngen, add_pv_thresh, 
  seed, host, when, description?)>
<!ELEMENT command_line (#PCDATA)>
<!ELEMENT positives EMPTY>
<!ATTLIST positives 
  name CDATA #REQUIRED count CDATA #REQUIRED file CDATA #REQUIRED 
  last_mod_date CDATA #REQUIRED>
<!--  
  negatives must have a file and last_mod_date specified when the from
  attribute is file.
-->
<!ELEMENT negatives EMPTY>
<!ATTLIST negatives 
  name CDATA #REQUIRED count CDATA #REQUIRED from (shuffled|file) #REQUIRED
  file CDATA #IMPLIED last_mod_date CDATA #IMPLIED>
<!-- 
  background allows DNA and RNA (AA is not going to be supported with DREME) 
  however currently only DNA is implemented. Note that when type is dna the
  value for T must be supplied and when the type is rna the value for U must
  be supplied. The sum of the frequencies must be 1 (with a small error).
-->
<!ELEMENT background EMPTY>
<!ATTLIST background 
  type (dna|rna) #REQUIRED
  A CDATA #REQUIRED C CDATA #REQUIRED G CDATA #REQUIRED 
  T CDATA #IMPLIED U CDATA #IMPLIED 
  from (dataset|file) #REQUIRED 
  file CDATA #IMPLIED last_mod_date CDATA #IMPLIED>
<!ELEMENT stop EMPTY>
<!ATTLIST stop 
  evalue CDATA #IMPLIED count CDATA #IMPLIED time CDATA #IMPLIED>
<!ELEMENT ngen (#PCDATA)>
<!ELEMENT seed (#PCDATA)>
<!ELEMENT add_pv_thresh (#PCDATA)>
<!ELEMENT host (#PCDATA)>
<!ELEMENT when (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT motifs (motif+)>
<!ELEMENT motif (pos+, match+)>
<!ATTLIST motif
  id CDATA #REQUIRED seq CDATA #REQUIRED length CDATA #REQUIRED 
  nsites CDATA #REQUIRED p CDATA #REQUIRED n CDATA #REQUIRED
  pvalue CDATA #REQUIRED evalue CDATA #REQUIRED unerased_evalue CDATA #REQUIRED>
<!--
  pos allows DNA and RNA (AA is not going to be supported with DREME)
  however current only DNA is implemented. When the type in the background
  is 'dna' pos must have a T attribute and when it is 'rna' pos must have a
  U attribute
-->
<!ELEMENT pos EMPTY>
<!ATTLIST pos
  i CDATA #REQUIRED A CDATA #REQUIRED C CDATA #REQUIRED G CDATA #REQUIRED 
  T CDATA #IMPLIED U CDATA #IMPLIED>
<!ELEMENT match EMPTY>
<!ATTLIST match
  seq CDATA #REQUIRED p CDATA #REQUIRED n CDATA #REQUIRED 
  pvalue CDATA #REQUIRED evalue CDATA #REQUIRED>
<!ELEMENT run_time EMPTY>
<!ATTLIST run_time
  cpu CDATA #REQUIRED real CDATA #REQUIRED stop (evalue|count|time) #REQUIRED>
]>
<dreme version="4.7.0" release="Wed Sep 28 17:30:10 EST 2011">
  <model>
    <command_line>dreme -p test.fa -desc xxxx</command_line>
    <positives name="test" count="3" file="test.fa" last_mod_date="Sat Dec 10 12:52:18 EST 2011" />
    <negatives name="shuffled positive sequences" count="3" from="shuffled"/>
    <background type="dna" A="0.243" C="0.270" G="0.243" T="0.243" from="dataset"/>
    <stop evalue="0.05"/>
    <ngen>100</ngen>
    <add_pv_thresh>0.01</add_pv_thresh>
    <seed>1</seed>
    <host>SHARPLAB.MIT.EDU</host>
    <when>Sun Dec 11 09:26:43 EST 2011</when>
  <description>xxxx</description>
  </model>
  <motifs>
  </motifs>
  <run_time cpu="0.01" real="0.01" stop="evalue"/>
</dreme>