Skip to content

Commit

Permalink
updated manual-est with description of pangenome matrix versions take…
Browse files Browse the repository at this point in the history
…n from tutorial
  • Loading branch information
eead-csic-compbio committed Aug 22, 2022
1 parent 210492d commit 3f0900f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,4 @@
15062022: added sub same_sequence_order to lib/phyTools.pm
15062022: get_homologues-est.pl now checks that CDS .fna & .faa sequences are in same order (thanks V Guignon!)
22082022: when checking that .fna & .faa sequences are in same order, CDSs with Ns are skipped (B Chapman)
22082022: updated manual-est with description of pangenome matrix versions taken from tutorial
2 changes: 1 addition & 1 deletion lib/phyTools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ sub same_sequence_order
$translated =~ s/\*$//g;
$parsed =~ s/\*$//g;

if($parsed ne $translated &&
if($parsed ne $translated &&
$parsed !~ /$translated/ && $translated !~ /$parsed/) {
print "# same_sequence_order : sequence #$seq does not match: ".
"$refCDSnt->[$seq][SEQ]\n$translated\n$refCDSaa->[$seq][SEQ]\n";
Expand Down
Binary file modified manual_get_homologues-est.pdf
Binary file not shown.

0 comments on commit 3f0900f

Please sign in to comment.