Changeset 22698


Ignore:
Timestamp:
03/09/10 13:00:45 (17 months ago)
Author:
julie
Message:

update to new model

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bio/tools/test/src/org/intermine/bio/web/export/GFF3UtilTest.java

    r22584 r22698  
    6666        Map<String, String> soClassNameMap = getSoClassNameMap(); 
    6767 
    68         GFF3Record gff3Gene = GFF3Util.makeGFF3Record(gene, soClassNameMap, "FlyMine", extraAttributes); 
     68        GFF3Record gff3Gene = org.intermine.bio.web.export.GFF3Util.makeGFF3Record(gene, soClassNameMap, "FlyMine", extraAttributes); 
    6969 
    70         GFF3Record gff3Exon = GFF3Util.makeGFF3Record(exon, soClassNameMap, "FlyMine", 
     70        GFF3Record gff3Exon = org.intermine.bio.web.export.GFF3Util.makeGFF3Record(exon, soClassNameMap, "FlyMine", 
    7171                                                      new HashMap<String, List<String>>()); 
    7272 
  • trunk/modmine/webapp/project.properties

    r13002 r22698  
    66                       bio/core/main,\ 
    77                       bio/webapp 
    8                         
     8 
    99# The products and their immediate library dependencies of these projects 
    1010# will be included in the webapp 
  • trunk/modmine/webapp/resources/default-template-queries.xml

    r22539 r22698  
    22 
    33  <template-queries> 
    4     <template name="A_IdentifierSynonym_Object" title="primaryIdentifier or synonym --&gt; 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> 
    144    <template name="All_Genes_In_Organism_To_Publications" title="All genes in organism -&gt; Publications." longDescription="Show the publications for each gene in an organism. Data currently available for D.melanogaster." comment=""> 
    155      <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  
    159159# home page 
    160160begin.query.classes=Gene,Protein,Submission,TranscriptionRegion,TFBindingsite,HistoneBindingSite 
    161 begin.browse.template=A_IdentifierSynonym_Object 
    162161 
    163162# portal 
     
    175174# quicksearch examples 
    176175quickSearch.identifiers = e.g zen, Q9V4E1 
    177 quickSearch.templates = e.g. gene orthologue 
    178 quickSearch.lists = e.g. transcription factors 
    179176 
    180177#list of pages with fixed width layout 
Note: See TracChangeset for help on using the changeset viewer.