Skip to content

Commit 3f0900f

Browse files
updated manual-est with description of pangenome matrix versions taken from tutorial
1 parent 210492d commit 3f0900f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,4 @@
398398
15062022: added sub same_sequence_order to lib/phyTools.pm
399399
15062022: get_homologues-est.pl now checks that CDS .fna & .faa sequences are in same order (thanks V Guignon!)
400400
22082022: when checking that .fna & .faa sequences are in same order, CDSs with Ns are skipped (B Chapman)
401+
22082022: updated manual-est with description of pangenome matrix versions taken from tutorial

lib/phyTools.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ sub same_sequence_order
595595
$translated =~ s/\*$//g;
596596
$parsed =~ s/\*$//g;
597597

598-
if($parsed ne $translated &&
598+
if($parsed ne $translated &&
599599
$parsed !~ /$translated/ && $translated !~ /$parsed/) {
600600
print "# same_sequence_order : sequence #$seq does not match: ".
601601
"$refCDSnt->[$seq][SEQ]\n$translated\n$refCDSaa->[$seq][SEQ]\n";

manual_get_homologues-est.pdf

1.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)