Skip to content
Snippets Groups Projects
Commit d9dd88e1 authored by Thomas Faraut's avatar Thomas Faraut Committed by Floreal Cabanettes
Browse files

removing duplicate calls from pindel

parent 9b65b121
No related branches found
No related tags found
1 merge request!12Split pindel detection in 20mb windows
......@@ -42,6 +42,9 @@ def convert_svtool_to_vcf(reference, inputfile, gaps, outputfile,
# Merging records (necessary for delly inversions)
records = SVReader.bnd_merge(svtype, records)
# Removing duplicated entries (only performed for pindel records)
records = SVReader.remove_duplicate(records)
# Now filtering the records
if not doNotFilter:
eprint("Now filtering")
......
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