Skip to content

Commit 3d9de92

Browse files
authored
Merge pull request #122 from maovt/master
Correction for the spelling error.
2 parents ccad442 + 02fb1e4 commit 3d9de92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/App-GenomeComparison.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ sub get_sample_seq_type {
403403
my $seq_type = 'undefined';
404404
my $num_chars = 5000;
405405
my $sample_seq = '';
406-
open(SF, "<", $fname) or die "Cannot open $fname for writing: $!";
406+
open(SF, "<", $fname) or die "Cannot open $fname for reading: $!";
407407
while (my($id, $def, $seq) = read_next_fasta(\*SF)) {
408408
next if $seq eq '';
409409
$sample_seq = $sample_seq . $seq;

0 commit comments

Comments
 (0)