Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Fix location of find_species.pl
authorelserj <elserj@localhost>
Fri, 22 Oct 2010 23:59:35 +0000 (23:59 +0000)
committerelserj <elserj@localhost>
Fri, 22 Oct 2010 23:59:35 +0000 (23:59 +0000)
svn path=/; revision=77

interactome_scripts/fasta_header_fix.pl

index 828440f22e0ca657276ccf8a2648ff892cb58fda..9b7265328306c465e92dfa7d179e670a49d46ed0 100755 (executable)
@@ -5,8 +5,8 @@ use warnings;
 
 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";
+}elsif(-e "$ENV{HOME}/jaiswallab_svn/interactome_scripts/find_species.pl") {
+       require "$ENV{HOME}/jaiswallab_svn/interactome_scripts/find_species.pl";
 }
 
 my @files;