JPRED-2 Current state of the SVN trank
[jpred.git] / jpred / lib / Paths.pm
index 04fab10..7ca2847 100644 (file)
@@ -20,7 +20,10 @@ Putting it all here should mean that this is the only file that needs updating w
 our @EXPORT_OK = qw($ff_bignet $analyze $batchman $sov $pairwise $oc $jnet $fastacmd $hmmbuild $hmmconvert $psiblastbin);
 
 my $HOME = $ENV{HOME};
-my $BINDIR = '/homes/www-jpred/live/jpred/bin';
+# main production path
+#my $BINDIR = '/homes/www-jpred/live/jpred/bin';
+# development path
+my $BINDIR = '/homes/www-jpred/devel/jpred/bin';
 
 our $pairwise  = "$BINDIR/pairwise";  # CC modified for correct path
 our $oc        = "$BINDIR/oc";