bdaisley / isolateR

Automated processing of Sanger sequencing data, taxonomic profiling, and generation of microbial strain libraries
Other
9 stars 1 forks source link

isoQC parameter 'keep_old_reps=TRUE' fails in rare cases when merging new + old isoLIB files #12

Closed bdaisley closed 1 month ago

bdaisley commented 1 month ago

Description: The isoLIB parameter 'keep_old_reps=TRUE' should always prevent overwriting of Library 1 (old library) sequence grouping names when merging with Library 2 (new library). However, in some cases Library 1 sequence groups are not prioritized. This issue likely stems from misordering of VSEARCH --uc output file due to multithreading.

bdaisley commented 1 month ago

Fixed in 440701e