Skip to content

Commit

Permalink
fixed bug in get_homologues-est.pl -D
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Jan 13, 2016
1 parent 815d361 commit 5fc4fc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@
04122015: manual_get_homologues-est.pdf manual released
29122015: fixed wrong bin path of macosx binary release (thanks Jon Badalamenti!)
30122015: added .fa as valid extension for input files in get_homologues-est.pl
11012016: EST manual updated
11012016: added global $MINSEQLENGTH to filter out short oligomers
13012016: fixed bug in get_homologues-est.pl -D
13012016: EST manual updated

3 changes: 2 additions & 1 deletion get_homologues-est.pl
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,9 @@

# concatenate partial/group Pfam results
my (@pfamfiles);
foreach $prot_new_infile (@newfiles)
foreach my $file (@newfiles)
{
$prot_new_infile = $file;
$prot_new_infile =~ s/nucl/amino/;

my @group_pfamfiles;
Expand Down
Binary file modified manual_get_homologues-est.pdf
Binary file not shown.

0 comments on commit 5fc4fc9

Please sign in to comment.