Difference between revisions of "Movie"

From WormBaseWiki
Jump to navigationJump to search
Line 35: Line 35:
  
 
==OA==
 
==OA==
 +
 +
*''Pgdbid'' -- no table -- postgres database ID, generates automatically upon entry.

Revision as of 23:06, 9 October 2012

Movie Curation

In October 2012 we have decided to generate a movie OA. There were 514 movies in acedb, all pertaining the RNAi class. We are going to generate the movie OA and import those objects.


Old Movie Data Model

////////////////////////////////////////////////////////////////////////////////////

?Movie      Description ?Text
              Pick_me_to_call Text Text
                      RNAi ?RNAi XREF Movie
                      Variation ?Variation XREF Movie
                      Expr_pattern ?Expr_pattern XREF Movie
              Remark ?Text #Evidence              
///////////////////////////////////////////////////////////////////////////////////

New Movie Data Model

////////////////////////////////////////////////////////////////////////////////////

?Movie        Description ?Text
              Public_Name UNIQUE Text
              Pick_me_to_call Text Text
                      RNAi ?RNAi XREF Movie
                      Variation ?Variation XREF Movie
                      Expr_pattern ?Expr_pattern XREF Movie
              Remark ?Text #Evidence              
///////////////////////////////////////////////////////////////////////////////////

Action items: request model change to models Add Public_name UNIQUE Text


OA

  • Pgdbid -- no table -- postgres database ID, generates automatically upon entry.