Skip to content

Commit e40acb2

Browse files
updated BLAST+ to ncbi-blast-2.6.0+ as it handles better than 2.2.27+ alignments with low complexity
1 parent 5d6e8bc commit e40acb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,4 @@
222222
18092017: fixed parsing of filenames with -I in cases where input files are like numbers.faa (thanks cdeai)
223223
20092017: removed especial chars >,<,& from cluster names in get_homologues.pl and get_homologues-est.pl (thanks Guella!)
224224
27092017: updated table of occupancy classes in the manual
225+
23102017: despite the increase in size, updated BLAST+ to ncbi-blast-2.6.0+ as it handles better than 2.2.27+ alignments with low complexity (thanks Uriel Alonso!)

lib/phyTools.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sub set_phyTools_env
7070
if( ! defined($ENV{'MARFIL_MISSING_BINARIES'}) ) { $ENV{'MARFIL_MISSING_BINARIES'} = ''; }
7171
if( ! defined($ENV{'MARFIL'}) ) { $ENV{'MARFIL'} = $MARFILPATH .'/'; }
7272
if( ! defined($ENV{"PFAMDB"}) ) { $ENV{"PFAMDB"} = $ENV{'MARFIL'}."db/Pfam-A.hmm"; } # HMMER3.0 is not compatible with Pfam > 27
73-
if( ! defined($ENV{'BLAST_PATH'}) ){ $ENV{'BLAST_PATH'} = $ENV{'MARFIL'}.'bin/ncbi-blast-2.2.27+/bin/'; }
73+
if( ! defined($ENV{'BLAST_PATH'}) ){ $ENV{'BLAST_PATH'} = $ENV{'MARFIL'}.'bin/ncbi-blast-2.6.0+/bin/'; }
7474
if( ! defined($ENV{'EXE_BLASTP'}) ){ $ENV{'EXE_BLASTP'} = $ENV{'BLAST_PATH'}.'blastp'; }
7575
if( ! defined($ENV{'EXE_BLASTN'}) ){ $ENV{'EXE_BLASTN'} = $ENV{'BLAST_PATH'}.'blastn'; }
7676
if( ! defined($ENV{'EXE_FORMATDB'}) ){ $ENV{'EXE_FORMATDB'} = $ENV{'BLAST_PATH'}.'makeblastdb'; }

0 commit comments

Comments
 (0)