Skip to content
Snippets Groups Projects
Commit 011c5bb3 authored by Bertache's avatar Bertache
Browse files

Change name for testing new options : (Try to adapt dangling end counts with...

Change name for testing new options : (Try to adapt dangling end counts with parasplit output which increase fakely the number of dangling !)
parent ea7759eb
No related branches found
No related tags found
No related merge requests found
...@@ -100,8 +100,8 @@ def create_synthetic_hic_bams( ...@@ -100,8 +100,8 @@ def create_synthetic_hic_bams(
segment2 = pysam.AlignedSegment(header_obj) segment2 = pysam.AlignedSegment(header_obj)
# Nom de lecture identique # Nom de lecture identique
segment1.query_name = f"read{i}" segment1.query_name = f"read{i}:01"
segment2.query_name = f"read{i}" segment2.query_name = f"read{i}:01"
if random.random() < 0.5: if random.random() < 0.5:
segment1.flag = 0 segment1.flag = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment