/etc/mrs/mrs-config.xml is in mrs 6.0.5+dfsg-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mrs-config SYSTEM "http://mrs.cmbi.ru.nl/dtd/mrs-config.dtd">
<mrs-config>
<!-- Paths where all the data and files are stored -->
<directories>
<directory id="mrs">/var/lib/mrs/mrs</directory>
<directory id="raw">/var/lib/mrs/raw</directory>
<directory id="log">/var/log/mrs</directory>
<directory id="blast">/var/lib/mrs/blast-cache</directory>
<directory id="parser">/var/lib/mrs/parsers</directory>
<directory id="docroot">/var/lib/mrs/docroot</directory>
</directories>
<!-- Tools section, specify external executables used by MRS -->
<tools>
<tool id="clustalo"></tool>
<tool id="rsync"></tool>
</tools>
<!-- Scheduler section -->
<scheduler enabled="true" time="20:00" weekday="friday"/>
<!-- Logger section, determines what will be logged -->
<logger enabled="true" priority="INFO"/>
<!-- Users section, users can be added or modified using the command "mrs password" -->
<users>
<!-- <user name="scott" realm="MRS Administrator" password="b92ff7d60b994c8a0d2941ad9349e841"/>-->
</users>
<!-- Server section -->
<server addr="0.0.0.0" port="18090" user="mrs-dba" pidfile="/var/run/mrs.pid">
<admin realm="MRS Administrator"/>
<base-url>http://10.222.144.251:18090/</base-url>
<web-service service="mrsws_search" ns="http://mrs.cmbi.ru.nl/mrsws/search" location="mrsws/search"/>
<web-service service="mrsws_blast" ns="http://mrs.cmbi.ru.nl/mrsws/blast" location="mrsws/blast"/>
</server>
<!-- Formats section, formats are used to add links to entries and
to link a JavaScript pretty printer -->
<formats>
<format id="omim" script="omim">
<link rx="(?<=\()(?:[^();]+?; )?(\d{6})(?:\.(\d{4}))?(?=\))" db="omim" ix="id" id="$1" an="$2"/>
</format>
<format id="uniprot" script="uniprot">
<link rx="(?<=DR EMBL; )(\S+)(?=;)" db="embl" ix="id" id="$1"/>
<link rx="(?<=DR PDB; )(\S+)(?=;)" db="pdb" ix="id" id="$1"/>
<link rx="(?<=DR RefSeq; )(?:(\S+)\.\d+)(?=;)" db="refseq" ix="id" id="$1"/>
<link rx="(?<=DR UniGene; )(\S+)(?=;)" db="unigene" ix="id" id="$1"/>
<link rx="(?<=DR GO; )GO:(\S+)(?=;)" db="go" ix="id" id="$1"/>
<link rx="(?<=DR InterPro; )(\S+)(?=;)" db="interpro" ix="id" id="$1"/>
<link rx="(?<=DR Pfam; )(\S+)(?=;)" db="pfam" ix="ac" id="$1"/>
<link rx="(?<=DR PRINTS; )(\S+)(?=;)" db="prints" ix="id" id="$1"/>
<link rx="(?<=DR PROSITE; )(\S+)(?=;)" db="prosite" ix="ac" id="$1"/>
<link rx="(?<=DR MIM; )(\S+)(?=;)" db="omim" ix="id" id="$1"/>
</format>
<format id="embl" script="embl"/>
<format id="enzyme">
<link rx="([A-Z]+[A-Z0-9]+)(?=, )" db="sprot" ix="ac" id="$1"/>
</format>
<format id="taxonomy">
<link rx="(?<=^PARENT ID : )(\d+)" ix="id" id="$1" db="taxonomy"/>
</format>
<format id="stockholm">
<link rx="^(?:#=GF DR\s+PFAMA;\s)(\S+)(?=;)" db="pfama" ix="id" id="$1"/>
<link rx="^(?:#=GF DR\s+PFAMB;\s)(\S+)(?=;)" db="pfamb" ix="id" id="$1"/>
<link rx="^(?:#=GF DR\s+PDB;\s)(\S+)(?=;)" db="pdb" ix="id" id="$1"/>
<link rx="^(?:#=GF DR\s+PROSITE;\s)(\S+)(?=;)" db="prosite" ix="id" id="$1"/>
<link rx="^(?:#=GF DR\s+INTERPRO;\s)(\S+)(?=;)" db="interpro" ix="id" id="$1"/>
<link rx="^(?:#=GS .+?AC )([0-9A-Z]+)" db="uniprot" ix="ac" id="$1"/>
<link rx="^(?:#=GS .+?DR PDB; )([0-9A-Z]{4})" db="pdb" ix="id" id="$1"/>
</format>
</formats>
<!-- Parsers section, parsers in this section are for XML databanks only
and are XPath based. For huge databanks you're probably better off
writing a Perl parser since XPath processing is relatively bit slow. -->
<parsers>
<parser id="pmc" chunk="/article">
<index name="id" type="string" xpath="/article/front/article-meta/article-id[@pub-id-type="pmc"]" attr="true" unique="false"/>
<!-- really, in pmc id is not unique... unique="true" -->
<index name="pmid" type="string" xpath="/article/front/article-meta/article-id[@pub-id-type="pmid"]" attr="false" unique="false"/>
<index name="doi" type="string" xpath="/article/front/article-meta/article-id[@pub-id-type="doi"]" attr="false" unique="false"/>
<index name="subject" type="text" xpath="/article/front/article-meta/article-categories/subj-group[@subj-group-type="heading"]/subject" attr="false" unique="false"/>
<index name="title" type="text" xpath="/article/front/article-meta/title-group/article-title" attr="true" unique="false"/>
<index name="authors" type="text" xpath="/article/front/article-meta/contrib-group/contrib/name/*" attr="false" unique="false"/>
<index name="aff" type="text" xpath="/article/front/article-meta/aff" attr="false" unique="false"/>
<index name="abstract" type="text" xpath="/article/front/article-meta/abstract" attr="false" unique="false"/>
<index name="body" type="text" xpath="/article/body" attr="false" unique="false"/>
</parser>
<!-- <parser id="gene" chunk="/Entrezgene-Set/Entrezgene">-->
<!-- <index name='id' type="string" xpath='Entrezgene_track-info/Gene-track/Gene-track_geneid'-->
<!-- attr="true" />-->
<!-- <index name='title' type="text" xpath='Entrezgene_prot/Prot-ref/Prot-ref_name/Prot-ref_name_E'-->
<!-- attr="true" />-->
<!-- <index name='text' type='text' xpath='.//*' />-->
<!-- </parser>-->
<parser id="interpro" chunk="/interprodb/interpro">
<index name="id" type="string" xpath="@id" attr="true" unique="true"/>
<index name="title" type="text" xpath="name" attr="true" unique="false"/>
<index name="type" type="string" xpath="@type" attr="false" unique="false"/>
<index name="name" type="string" xpath="@short_name" attr="false" unique="false"/>
<!-- Everything else (all nodes that are not 'name') -->
<index name="text" type="text" xpath="*[name() != "name"]" attr="false" unique="false"/>
<!-- All attributes -->
<index name="attr" type="text" xpath=".//@*" attr="false" unique="false"/>
<add-link xpath="db_xref" db="@db" id="@dbkey"/>
</parser>
</parsers>
<!-- And finally, the databanks section -->
<databanks>
<databank id="pdbfinder" parser="pdbfinder" enabled="true" update="daily" fasta="true">
<aliases>
<alias>pdbfinder2</alias>
</aliases>
<name>PDBFINDER</name>
<source fetch="ftp://ftp.cmbi.ru.nl/pub/molbio/data/pdbfinder2/" delete="false">pdbfinder2/PDBFIND2.TXT.gz</source>
</databank>
<!-- omim -->
<databank id="omim" parser="omim" format="omim" enabled="true" update="never" fasta="false">
<aliases>
<alias name="Omim">MIM</alias>
</aliases>
<name>OMIM - Online Mendelian Inheritance in Man™</name>
<info>http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=OMIM</info>
<source fetch="ftp://ftp.ncbi.nih.gov/repository/OMIM/ARCHIVE/" delete="false">omim/omim.txt.Z</source>
</databank>
<databank id="embl" parser="embl" format="embl" enabled="true" update="weekly" fasta="false">
<name>EMBL</name>
<info>http://www.ebi.ac.uk/embl/index.html</info>
<source delete="true" fetch="rsync://ftp.ebi.ac.uk/pub/databases/embl/release/" recursive="false">embl_release/*.dat.gz</source>
</databank>
<databank id="enzyme" parser="enzyme" format="enzyme" enabled="true" update="daily" fasta="false">
<name>Enzyme</name>
<info>http://ca.expasy.org/enzyme/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/enzyme/" delete="false">enzyme/enzyme.dat</source>
</databank>
<databank id="sprot" parser="uniprot" format="uniprot" update="daily" enabled="true" fasta="true">
<aliases>
<alias name="UniProt">uniprot</alias>
<alias>UniProtKB/SwissProt</alias>
</aliases>
<name>SwissProt</name>
<info>http://www.uniprot.org/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete" delete="false">uniprot/uniprot_sprot.dat.gz</source>
</databank>
<databank id="trembl" parser="uniprot" format="uniprot" enabled="true" update="daily" fasta="true">
<aliases>
<alias name="UniProt">uniprot</alias>
<alias>UniProtKB/TrEMBL</alias>
</aliases>
<name>TrEMBL</name>
<info>http://www.uniprot.org/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete" delete="false">uniprot/uniprot_trembl.dat.gz</source>
</databank>
<databank id="genbank" parser="genbank" enabled="true" update="weekly" fasta="false">
<name>Genbank</name>
<info>http://www.ncbi.nlm.nih.gov/genbank/</info>
<source delete="true" fetch="rsync://ftp.ncbi.nih.gov/genbank/" recursive="false">genbank/*.seq.gz</source>
<aliases>
<alias name="Genbank Identifier">gi</alias>
</aliases>
</databank>
<databank id="refseq" parser="genbank" enabled="true" update="weekly" fasta="false">
<name>Refseq</name>
<info>http://www.ncbi.nlm.nih.gov/RefSeq/</info>
<source delete="true" fetch="rsync://ftp.ncbi.nih.gov/refseq/release/complete/" recursive="false">refseq/release/complete/*g{p,b}ff.gz</source>
</databank>
<databank id="taxonomy" parser="taxonomy" format="taxonomy" enabled="true" update="daily" fasta="false">
<name>Taxonomy</name>
<info>http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=Taxonomy</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/taxonomy/" delete="false">taxonomy/taxonomy.dat</source>
</databank>
<databank enabled="false" fasta="false" id="nlwiki" parser="dbest" update="never">
<name>Wikipedia - Nederlandstalig</name>
<source delete="false" recursive="false">nlwiki/nlwiki-latest-pages-articles.xml.bz2</source>
</databank>
<databank enabled="true" fasta="true" id="pdb_redo" parser="pdb" update="weekly">
<name>PDB Redo</name>
<info>http://www.cmbi.ru.nl/pdb_redo</info>
<source delete="true" fetch="ftp://ftp.cmbi.ru.nl/pub/molbio/data/pdb_redo" recursive="true">pdb_redo/??/????/????_final.pdb</source>
</databank>
<databank id="pdb" parser="pdb" enabled="true" update="daily" fasta="true">
<name>PDB</name>
<info>http://www.rcsb.org/pdb/</info>
<source delete="true" fetch="rsync.wwpdb.org::ftp_data/structures/divided/pdb/" port="33444" recursive="true">pdb/??/pdb????.ent.gz</source>
</databank>
<databank id="dssp" parser="dssp" enabled="true" update="daily" fasta="false">
<name>DSSP</name>
<info>http://www.cmbi.ru.nl/dssp.html</info>
<source delete="true" fetch="ftp://ftp.cmbi.ru.nl/pub/molbio/data/dssp/">dssp/????.dssp</source>
</databank>
<databank id="hssp" parser="hssp" enabled="true" update="daily" fasta="false">
<name>HSSP</name>
<info>http://www.cmbi.ru.nl/hssp</info>
<source delete="true" fetch="ftp://ftp.cmbi.ru.nl/pub/molbio/data/hssp/">hssp/????.hssp.bz2</source>
</databank>
<databank id="gene" parser="gene" stylesheet="gene.xslt" enabled="true" update="weekly" fasta="false">
<name>Entrez Gene</name>
<info>http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene</info>
<source fetch="ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/ASN_BINARY" delete="false">gene/All_Data.ags.gz</source>
<filter>/usr/bin/gene2xml -bT</filter>
</databank>
<databank id="go" parser="go" enabled="true" update="weekly" fasta="false">
<name>GO</name>
<info>http://www.geneontology.org/</info>
<source fetch="ftp://ftp.geneontology.org/pub/go/ontology/" delete="false">go/gene_ontology.obo</source>
</databank>
<!-- <databank id="goa" parser="goa">-->
<!-- <name>GOA</name>-->
<!-- <source>goa/gene_association.goa_uniprot.gz</source>-->
<!-- <fetch-->
<!-- fetch="ftp://ftp.ebi.ac.uk//pub/databases/GO/goa/UNIPROT/gene_association.goa_uniprot.gz" />-->
<!-- </databank>-->
<databank id="interpro" parser="interpro" stylesheet="interpro.xslt" enabled="true" update="daily" fasta="false">
<name>Interpro</name>
<info>http://www.ebi.ac.uk/interpro/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/interpro/" delete="false">interpro/interpro.xml.gz</source>
</databank>
<databank id="oxford" parser="oxford" enabled="true" update="weekly" fasta="false">
<name>Oxford Human Mouse grid</name>
<info>http://www.informatics.jax.org/</info>
<source fetch="ftp://ftp.informatics.jax.org/pub/reports" delete="false">oxford/HMD_Human3.rpt</source>
</databank>
<databank id="mimmap" parser="mimmap" enabled="true" update="never" fasta="false">
<name>Mimmap, our view on genemap from OMIM</name>
<source fetch="ftp://ftp.ncbi.nih.gov/repository/OMIM/ARCHIVE/" delete="false">omim/genemap</source>
</databank>
<databank id="dbest" parser="dbest" enabled="false" update="never" fasta="false">
<name>dbEST</name>
<info>http://www.ncbi.nlm.nih.gov/dbEST/</info>
<source delete="true" fetch="rsync://ftp.ncbi.nih.gov/repository/dbEST/" recursive="false">dbEST/dbEST.reports.*.gz</source>
</databank>
<databank id="pfama" parser="pfam" format="stockholm" enabled="true" update="weekly" fasta="false">
<aliases>
<alias>pfam</alias>
</aliases>
<name>Pfam-A</name>
<info>http://pfam.sanger.ac.uk/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/Pfam" delete="false">pfam/Pfam-A.full.gz</source>
</databank>
<databank id="pfamb" parser="pfam" format="stockholm" enabled="true" update="weekly" fasta="false">
<aliases>
<alias>pfam</alias>
</aliases>
<name>Pfam-B</name>
<info>http://pfam.sanger.ac.uk/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/Pfam" delete="false">pfam/Pfam-B.gz</source>
</databank>
<databank id="pfamseed" parser="pfam" format="stockholm" enabled="true" update="weekly" fasta="false">
<aliases>
<alias>pfam</alias>
</aliases>
<name>Pfam-Seed</name>
<info>http://pfam.sanger.ac.uk/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases" delete="false">Pfam/Pfam-A.seed.gz</source>
</databank>
<databank id="prints" parser="prints" enabled="true" update="daily" fasta="false">
<name>PRINTS</name>
<info>http://bioinf.man.ac.uk/dbbrowser/PRINTS/</info>
<source delete="true" fetch="ftp://ftp.ebi.ac.uk/pub/databases/prints">prints/prints*.dat.gz</source>
</databank>
<databank id="prosite" parser="prosite" enabled="true" update="daily" fasta="false">
<name>Prosite</name>
<info>http://www.expasy.org/prosite/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/prosite" delete="false">prosite/prosite*.dat</source>
</databank>
<databank id="prosite_doc" parser="prosite_doc" enabled="true" update="daily" fasta="false">
<name>Prosite Documentation</name>
<info>http://www.expasy.org/prosite/</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/prosite" delete="false">prosite/prosite*.doc</source>
</databank>
<databank id="rebase" parser="rebase" enabled="true" update="weekly" fasta="false">
<name>REBASE</name>
<info>http://rebase.neb.com/rebase/rebase.html</info>
<source delete="true" fetch="ftp://ftp.neb.com/pub/rebase">rebase/bairoch.txt</source>
</databank>
<databank id="unigene" parser="unigene" enabled="true" update="weekly" fasta="false">
<name>Unigene</name>
<info>http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=unigene</info>
<source fetch="ftp://ftp.ebi.ac.uk//pub/databases/Unigene" delete="false">unigene/*/*.data.gz</source>
</databank>
<databank id="uniref50" parser="uniref" enabled="false" update="never" fasta="false">
<name>UniRef 50</name>
<info>http://www.uniprot.org/help/uniref</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/uniref/uniref50" delete="false">uniref/uniref50.xml.gz</source>
</databank>
<databank id="uniref90" parser="uniref" enabled="false" update="never" fasta="false">
<name>UniRef 90</name>
<info>http://www.uniprot.org/help/uniref</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/uniref/uniref90" delete="false">uniref/uniref90.xml.gz</source>
</databank>
<databank id="uniref100" parser="uniref" enabled="false" update="never" fasta="false">
<name>UniRef 100</name>
<info>http://www.uniprot.org/help/uniref</info>
<source fetch="ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/uniref/uniref100" delete="false">uniref100/uniref100.xml.gz</source>
</databank>
<databank id="pmc" parser="pmc" stylesheet="ViewNLM-v2.3.xsl" enabled="true" update="weekly" fasta="false">
<name>PubMed Central</name>
<info>http://www.pubmedcentral.nih.gov/</info>
<source fetch="ftp://ftp.ncbi.nih.gov/pub/pmc" delete="false">pmc/articles*.tar.gz</source>
</databank>
<databank enabled="false" fasta="false" id="hssp3" parser="hssp3" update="daily">
<name>HSSP3, the original</name>
<info>http://www.cmbi.ru.nl/hssp</info>
<source delete="true" fetch="rsync://rsync.cmbi.ru.nl/hssp3/" recursive="false">hssp3/????.hssp.bz2</source>
</databank>
<databank enabled="true" fasta="false" id="ptt" parser="ptt" update="weekly">
<name>PTT</name>
<source fetch="ftp://ftp.ncbi.nih.gov/genomes/">ptt/Bacteria/*/*.ptt</source>
</databank>
<databank enabled="true" fasta="false" id="pdbreport" parser="pdbreport" update="weekly">
<name>PDB Reports</name>
<info>http://swift.cmbi.ru.nl/gv/pdbreport/index.html</info>
<source delete="true" fetch="rsync://cmbi4/data/pdbreport/" recursive="true">pdbreport/??/????/pdbout.txt</source>
</databank>
<databank enabled="true" fasta="true" id="mmcif" parser="mmcif" update="daily">
<name>mmCIF - macromolecular Crystallographic Information File</name>
<info>http://mmcif.rcsb.org/</info>
<source delete="true" fetch="rsync.wwpdb.org::ftp_data/structures/divided/mmCIF" port="33444" recursive="true">mmCIF/??/????.cif.gz</source>
</databank>
</databanks>
</mrs-config>
|