Changeset 22698
- Timestamp:
- 03/09/10 13:00:45 (17 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
bio/tools/test/src/org/intermine/bio/web/export/GFF3UtilTest.java (modified) (1 diff)
-
modmine/webapp/project.properties (modified) (1 diff)
-
modmine/webapp/resources/default-template-queries.xml (modified) (1 diff)
-
modmine/webapp/resources/web.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bio/tools/test/src/org/intermine/bio/web/export/GFF3UtilTest.java
r22584 r22698 66 66 Map<String, String> soClassNameMap = getSoClassNameMap(); 67 67 68 GFF3Record gff3Gene = GFF3Util.makeGFF3Record(gene, soClassNameMap, "FlyMine", extraAttributes);68 GFF3Record gff3Gene = org.intermine.bio.web.export.GFF3Util.makeGFF3Record(gene, soClassNameMap, "FlyMine", extraAttributes); 69 69 70 GFF3Record gff3Exon = GFF3Util.makeGFF3Record(exon, soClassNameMap, "FlyMine",70 GFF3Record gff3Exon = org.intermine.bio.web.export.GFF3Util.makeGFF3Record(exon, soClassNameMap, "FlyMine", 71 71 new HashMap<String, List<String>>()); 72 72 -
trunk/modmine/webapp/project.properties
r13002 r22698 6 6 bio/core/main,\ 7 7 bio/webapp 8 8 9 9 # The products and their immediate library dependencies of these projects 10 10 # will be included in the webapp -
trunk/modmine/webapp/resources/default-template-queries.xml
r22539 r22698 2 2 3 3 <template-queries> 4 <template name="A_IdentifierSynonym_Object" title="primaryIdentifier or synonym --> Database object." longDescription="Find an entry in the database using any primaryIdentifier or synonym." comment="This is the template that the quick search runs. If the name is changed it also has to be changed for the quick search configuration - Rachel. Removed tags so no longer displayed - just used for quick search now. Rachel.">5 <query name="A_IdentifierSynonym_Object" model="genomic" view="Synonym.subject.primaryIdentifier Synonym.value Synonym.subject.organism.name" sortOrder="Synonym.subject.primaryIdentifier asc">6 <node path="Synonym" type="Synonym">7 </node>8 <node path="Synonym.value" type="String">9 <constraint op="=" value="timeout" description="" identifier="" editable="true" code="A">10 </constraint>11 </node>12 </query>13 </template>14 4 <template name="All_Genes_In_Organism_To_Publications" title="All genes in organism -> Publications." longDescription="Show the publications for each gene in an organism. Data currently available for D.melanogaster." comment=""> 15 5 <query name="All_Genes_In_Organism_To_Publications" model="genomic" view="Gene.primaryIdentifier Gene.symbol Gene.publications.pubMedId Gene.publications.firstAuthor Gene.publications.journal Gene.publications.year Gene.organism.name" sortOrder="Gene.primaryIdentifier asc"> -
trunk/modmine/webapp/resources/web.properties
r22539 r22698 159 159 # home page 160 160 begin.query.classes=Gene,Protein,Submission,TranscriptionRegion,TFBindingsite,HistoneBindingSite 161 begin.browse.template=A_IdentifierSynonym_Object162 161 163 162 # portal … … 175 174 # quicksearch examples 176 175 quickSearch.identifiers = e.g zen, Q9V4E1 177 quickSearch.templates = e.g. gene orthologue178 quickSearch.lists = e.g. transcription factors179 176 180 177 #list of pages with fixed width layout
Note: See TracChangeset
for help on using the changeset viewer.
