Andrew Skelton

Results 11 comments of Andrew Skelton

Reading through some other issues, I adjusted the python file to add `.get()` to line 248: ``` if current_num == target: pool.apply_async(analyze_reads, args=(args, tmp_reads, splint_dict, adapter_dict, adapter_set, iteration, racon), callback=lambda...