Skip to content

Commit d0374b2

Browse files
committed
used sequence in locus is stored in output dir
1 parent 4415b5b commit d0374b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WarpSTR.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def run():
4141

4242
# prepare all possible output subdirs
4343
aux.prepare_subdirs(locus.path)
44+
with open(os.path.join(locus.path, 'sequence.txt'), 'w') as f:
45+
f.write(locus.sequence)
4446

4547
# 1st step: finding reads mapped to the desired locus and extracting them as single fast5s
4648
if main_config.single_read_extraction:

0 commit comments

Comments
 (0)