Skip to content

Commit

Permalink
Fix OMV size
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesSP committed Jun 30, 2023
1 parent cb02150 commit a3012a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnipore/nanosherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def createREDDict(fasta) -> tuple:
# sequences are stored as {reference: {pos: {strand: {base: (A|C|G|T), signal: []}}}}
red_dict = {}
omvs = {}
omv_size = 10
omv_size = 30
LOGGER.printLog(f'Using {omv_size} datapoints for OMV initialization.')
for seq in fasta:

Expand Down

0 comments on commit a3012a9

Please sign in to comment.