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

HOTFIX: Fetch reference version number for external references #107

Closed talnor closed 4 years ago

talnor commented 4 years ago

Description

The features of this PR primarily concerns internals.

Summary of the changes made:

Due to changes at pubmlst.org; microSALT was unable to gather the version number for external references. This is now resolved.

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.

Additional testing routine to verify the stability of the PR:

Test results

These are the results of the tests, and necessary conclusions, that prove the stability of the PR.

sqlite> SELECT * FROM versions; profile_klebsiella_pneumoniae|5208

Where 5208 is the latest MLST profile for K. pneumoniae. Also no error messages observed when starting the run.

Sign-offs