Hello!

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

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

interactome_scripts/fasta_verify.pl

index 21b4b98f6a76f6ccfddf8aa9aef687ce5896f8f2..92b7c946a68125c3b2cf129b6eaad4a08665971a 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";
 }