Skip to content

Commit

Permalink
use v3.5 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Apr 28, 2022
1 parent bb5f382 commit bb0811b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,4 @@
28042022: added test_swiss to Makefile
28042022: added compila_conda.pl to bin/COGsoft & added $(CXX) to Makefiles to use in conda recipe (macosx-intel copy still the same)
28042022: COGsoft source released as https://github.com/eead-csic-compbio/get_homologues/releases/download/v3.4.6/COGsoft.tgz
28042022: released updated bin.tgz (v3.5)
4 changes: 2 additions & 2 deletions install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
my $DOWNLOADEXE = 'wget'; # add path if required, curl in MacOS
my $BINTGZFILE = 'bin.tgz';
my $BINOSXTGZFILE = 'binosx.tgz';
my $BINURL = "https://github.com/eead-csic-compbio/get_homologues/releases/download/v3.4/$BINTGZFILE";
my $BINOSXURL = "https://github.com/eead-csic-compbio/get_homologues/releases/download/v3.4/$BINOSXTGZFILE";
my $BINURL = "https://github.com/eead-csic-compbio/get_homologues/releases/download/v3.5/$BINTGZFILE";
my $BINOSXURL = "https://github.com/eead-csic-compbio/get_homologues/releases/download/v3.5/$BINOSXTGZFILE";

my $PFAMSERVERURL = 'ftp.ebi.ac.uk';
my $PFAMFOLDER = 'pub/databases/Pfam/current_release/';
Expand Down

0 comments on commit bb0811b

Please sign in to comment.