Skip to content

Commit

Permalink
Update add_dp_rate_4.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
stat-lab authored Oct 21, 2022
1 parent fe7204c commit 97379d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_dp_rate_4.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
my $cov_dir = shift @ARGV;
my $min_split_diff = shift @ARGV;

my $flank_len = 1000;
my $flank_rate = 0.1;
my $bin_size = 50;

Expand Down Expand Up @@ -58,6 +57,7 @@
my $incons_cov_rate = 0;
my $split_rate = 0;
my $CNVnator_flag = 0;
my $flank_len = 1000;
$flank_len = 100 if ($len < 150) and ($type eq 'DUP');
my $pos2 = $pos - 1;
$CNVnator_flag = 1 if ($pos2 % 1000 <= 1) and ($len >= 2000);
Expand Down

0 comments on commit 97379d4

Please sign in to comment.