Difference between revisions of "Attaching Genes to Papers"

From WormBaseWiki
Jump to navigationJump to search
(New page: ==Genes Attached upon Paper Approval== When papers are added to postgres using the Enter New Papers function of the Paper Editor, the corresponding abstracts are scanned, via a script, fo...)
 
Line 6: Line 6:
  
 
gin_locus
 
gin_locus
 +
 
gin_seqname
 
gin_seqname
 +
 
gin_synonyms
 
gin_synonyms
  

Revision as of 15:04, 11 April 2010

Genes Attached upon Paper Approval

When papers are added to postgres using the Enter New Papers function of the Paper Editor, the corresponding abstracts are scanned, via a script, for matches to loci, sequence names, and synonyms.

Postgres tables used for this are:

gin_locus

gin_seqname

gin_synonyms

To view the contents of these tables, perform the following type of query using the referenceform.cgi:

SELECT * FROM gin_locus;