source: trunk/bio/tutorial/malariamine/project.xml @ 23419

Revision 23419, 3.0 KB checked in by julie, 16 months ago (diff)

update malariamine properties

Line 
1<project type="bio">
2  <property name="target.model" value="genomic"/>
3  <property name="source.location" location="../bio/sources/"/>
4  <property name="source.location" location="../bio/sources/example-sources/"/>
5  <property name="common.os.prefix" value="common"/>
6  <property name="intermine.properties.file" value="malariamine.properties"/>
7  <property name="default.intermine.properties.file" location="../default.intermine.integrate.properties"/>
8
9  <sources>
10    <source name="uniprot-malaria" type="uniprot">
11      <property name="uniprot.organisms" value="36329"/>
12      <property name="createinterpro" value="true"/>
13      <property name="creatego" value="true"/>
14      <property name="src.data.dir" location="DATA_DIR/malaria/uniprot/"/>
15    </source>
16    <source name="malaria-gff" type="malaria-gff">
17      <property name="gff3.taxonId" value="36329"/>
18      <property name="gff3.seqDataSourceName" value="PlasmoDB"/>
19      <property name="gff3.dataSourceName" value="PlasmoDB"/>
20      <property name="gff3.seqClsName" value="Chromosome"/>
21      <property name="gff3.dataSetTitle" value="PlasmoDB P. falciparum genome"/>
22      <property name="src.data.dir" location="DATA_DIR/malaria/genome/gff"/>
23    </source>
24    <source name="malaria-chromosome-fasta" type="fasta" dump="true">
25      <property name="fasta.className" value="org.intermine.model.bio.Chromosome"/>
26      <property name="fasta.dataSourceName" value="PlasmoDB"/>
27      <property name="fasta.dataSetTitle" value="PlasmoDB chromosome sequence"/>
28      <property name="fasta.taxonId" value="36329"/>
29      <property name="fasta.includes" value="MAL*.fasta"/>
30      <property name="src.data.dir" location="DATA_DIR/malaria/genome/fasta"/>
31    </source>
32    <source name="interpro" type="interpro">
33      <property name="src.data.dir" location="DATA_DIR/malaria/interpro"/>
34    </source>
35    <source name="go" type="go">
36      <property name="src.data.file" location="DATA_DIR/malaria/go/gene_ontology.obo"/>
37      <property name="createrelations" value="false"/>
38    </source>
39    <source name="go-annotation" type="go-annotation" dump="true">
40      <property name="ontologyfile" location="DATA_DIR/malaria/go/gene_ontology.obo"/>
41      <property name="src.data.dir" location="DATA_DIR/malaria/go-annotation/"/>
42    </source>
43    <source name="update-publications" type="update-publications">
44      <property name="src.data.file" location="build/publications.xml"/>
45    </source>
46    <source name="entrez-organism" type="entrez-organism">
47      <property name="src.data.file" location="build/organisms.xml"/>
48    </source>
49  </sources>
50
51  <post-processing>
52    <post-process name="create-references"/>
53    <post-process name="transfer-sequences" dump="true"/>
54
55    <!-- this runs the postprocessing steps in all sources -->
56    <post-process name="do-sources"/>
57
58    <post-process name="summarise-objectstore"/>
59    <post-process name="create-autocomplete-index"/>
60    <post-process name="create-search-index"/>
61  </post-processing>
62
63</project>
64
Note: See TracBrowser for help on using the repository browser.