Clinical-Genomics / microSALT

Microbial Sequence Analysis and Loci-based Typing pipeline for use on NGS WGS data.
GNU General Public License v3.0
2 stars 3 forks source link

Fixed bug in mlst download for some organisms #130

Closed talnor closed 3 years ago

talnor commented 3 years ago

Description

Some organisms on pubMLST did not have the MLST scheme as the first scheme. MicroSALT downloads therefore exited with HTTP errors and was unable to update the data for some organisms.

The features of this PR primarily concerns end-users/bioinformaticians/internals

Summary of the changes made:

Primary function of PR

Testing

If the update is a hotfix, it is sufficient to rely on the development testing along with the Travis self-test automatically applied to the PR.

Sign-offs

talnor commented 3 years ago

This fixes issue #129