From: kirovs <ki...@us...> - 2006-03-03 12:44:36
|
Update of /cvsroot/cogs/ensupdate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5542 Modified Files: update.sh Log Message: Few bug fixes: Index: update.sh =================================================================== RCS file: /cvsroot/cogs/ensupdate/update.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** update.sh 1 Feb 2006 20:44:15 -0000 1.2 --- update.sh 3 Mar 2006 12:44:31 -0000 1.3 *************** *** 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 --- 1,5 ---- ! perl getensembl.pl core mart compara ! perl 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) ! perl ensdbnames_org.pl ! perl ensid_org.pl |