Skip to content
Snippets Groups Projects
Commit a1aea2b9 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Fix var

parent 823b5f64
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def main(genotypes, predicted, filtered, output, verbose=False):
if pred != "":
readgenotypes(pred, pred_genotypes)
if filtered:
readgenotypes(filtered, filtered_genotypes, True)
readgenotypes(pred, filtered_genotypes, True)
true_pybed = variants_to_pybed(true_genotypes)
pred_pybed = variants_to_pybed(pred_genotypes)
......
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