Skip to content

Commit

Permalink
Load DamID strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
BuysDB committed Oct 14, 2024
1 parent d9544d5 commit d96bdc7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ def __init__(
dm.chrom10x_c16_u12,

dm.DamID2,
dm.DamID2_c8_u3_cs2
dm.DamID2_c8_u3_cs2,
dm.DamID2_SCA,
dm.DamID2andT_SCA,
dm.DamID2andT_SCA6,
dm.DamID2_NO_OVERHANG


]
Expand Down Expand Up @@ -238,7 +242,7 @@ def demultiplex(
break
# write yields to log file if applicable:
if log_handle is not None:
log_handle.write(f'processed {processedReadPairs+1} read pairs\n')
log_handle.write(f'processed {processedReadPairs} read pairs\n')
log_handle.write(f'Reads obtained per protocol\n')
log_handle.write(f'Strategy\tReads\n')
for strategy, used_reads in strategyYields.items():
Expand Down

0 comments on commit d96bdc7

Please sign in to comment.