Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Fix require line to check for location of find_species.pl
authorelserj <elserj@localhost>
Sat, 2 Oct 2010 00:03:30 +0000 (00:03 +0000)
committerelserj <elserj@localhost>
Sat, 2 Oct 2010 00:03:30 +0000 (00:03 +0000)
svn path=/; revision=55

interactome_scripts/supercluster.pl

index 66439a986d296cdc9c2c1195382d47bf8956622b..4425ee5303ddc675a6b36a73ae534eacd0742375 100755 (executable)
@@ -25,7 +25,11 @@ use strict;
 use DBI;
 use Term::Screen::ReadLine;
 
-require "$ENV{HOME}/scripts/jaiswallab/interactome_scripts/find_species.pl";
+if(-e "$ENV{HOME}/scripts/jaiswallab/interactome_scripts/find_species.pl") {
+       require "$ENV{HOME}/scripts/jaiswallab/interactome_scripts/find_species.pl";
+}elsif(-e "$ENV{HOME}/bin/find_species.pl") {
+       require "$ENV{HOME}/bin/find_species.pl";
+}
 
 # define the database handle to be used