Skip to content
Snippets Groups Projects
Commit 987efd0a authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

uses the perc of idt (query and target) from the pmatch conf file

parent 6d6dff8d
No related branches found
No related tags found
No related merge requests found
......@@ -249,8 +249,8 @@ if ($opts{'d'} == 1) {
foreach my $query (values(%goodhits)) {
foreach my $target (values(%{ $query })) {
if ($target->{'QIDENT'} >= 50 &&
$target->{'TIDENT'} >= 50) {
if ($target->{'QIDENT'} >= $q_thr &&
$target->{'TIDENT'} >= $t_thr) {
printf "%s\t%s\t%.1f\t%.1f\n",
$target->{'QID'},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment