We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3aea9 commit 30962adCopy full SHA for 30962ad
magnipore/nanosherlock.py
@@ -72,7 +72,7 @@ def mapFast5Files(raw_data_path : str, seq_sum : str = None) -> dict:
72
filename, read_id = line.strip().split('\t')[:2]
73
readid2file[read_id] = os.path.join(raw_data_path, filename)
74
75
- LOGGER.printLog(f'Indexed {ridx + 1} reads')
+ LOGGER.printLog(f'Indexed {len(readid2file) + 1} reads')
76
return readid2file
77
78
def readSegSum(segSum : str):
0 commit comments