We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4415b5b commit d0374b2Copy full SHA for d0374b2
WarpSTR.py
@@ -41,6 +41,8 @@ def run():
41
42
# prepare all possible output subdirs
43
aux.prepare_subdirs(locus.path)
44
+ with open(os.path.join(locus.path, 'sequence.txt'), 'w') as f:
45
+ f.write(locus.sequence)
46
47
# 1st step: finding reads mapped to the desired locus and extracting them as single fast5s
48
if main_config.single_read_extraction:
0 commit comments