-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Parallelize fastq weaving by splitting file into chucks, weaving on individual threads, writing to temporary files for each thread, and combining split temporary files to expected output
dirs = create_tmp_dirs(<number_of_threads>)
for write_dir in dirs: # This is what we would need to parallelize
for (r1, r2, r3, r4), dir in zip(*reads):
# weave
combine_output(dirs) Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request