From: kirovs <ki...@us...> - 2006-02-01 20:44:23
|
Update of /cvsroot/cogs/ensupdate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15731 Modified Files: update.sh Log Message: added as an example how to link orgs to dbnames and stable ids Index: update.sh =================================================================== RCS file: /cvsroot/cogs/ensupdate/update.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update.sh 6 Dec 2005 15:41:54 -0000 1.1 --- update.sh 1 Feb 2006 20:44:15 -0000 1.2 *************** *** 1,2 **** getensembl.pl core mart compara ! load_ensembl.pl drop clean \ No newline at end of file --- 1,5 ---- getensembl.pl core mart compara ! load_ensembl.pl drop clean ! #The next two lines will create link between database names and organisms and organism and stable ids (gene and transcript) ! ensdbnames_org.pl ! ensid_org.pl \ No newline at end of file |