You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
locidex merge in 0.3.0 now performs the functionality of input_assure (checking sample name against MLST profiles). This allows fastmatchirida to remove input_assure so that the MLST JSON file is read only once, and no longer needs to re-write with correction. PR 15
Added a pre-processing step to the input of LOCIDEX_MERGE that splits-up samples, into batches (default batch size: 100), to allow for LOCIDEX_MERGE to be run in parallel. To modify the size of batches use the parameter --batch_size n. PR 15