Skip to content

Commit

Permalink
Update finalreport_matrix_LRR_BAF.pl
Browse files Browse the repository at this point in the history
correction
  • Loading branch information
zhongyangzhang committed Feb 3, 2020
1 parent a31f685 commit 2222429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
my @line = split(/\t/, $line);

my $n1 = scalar(@line); ## each row must have the same number of fields as the header line
confess "Error: different number of fields: $n1 than header line at line: $count_line\n" if $n_field != $n1 ;
confess "Error: different number of fields: $n1 than header at data line: $content_line\n" if $n_field != $n1 ;

my $sample = $line[$sample_index];
my $chr = $line[$chr_index];
Expand Down

0 comments on commit 2222429

Please sign in to comment.