Skip to content
Snippets Groups Projects
Commit 2c739f3f authored by Tobias Marschall's avatar Tobias Marschall
Browse files

Jan adapted AF_simiarity_threshold parameter of mergin script

parent 1c7e1b7e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ use strict;
my $min_AF_for_grouping =0.03;
my $AF_simiarity_threshold = 0.25;
my $AF_simiarity_threshold = 0.6;
my $input_file = $ARGV[0];
my $safe_llr_to_ref = 30;
if (!$ARGV[0]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment