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

Stability bundle #88

Closed sylvinite closed 4 years ago

sylvinite commented 4 years ago

Description

The features of this PR primarily concerns internals.

End-users:

Bioinformatics:

Internal:

The reason for packaging these features is due to shifting focus in development, and packaging them avoids the code from becoming legacy/forgotten/useless.

Primary function of PR

Testing

This is a description of the tests necessary to verify the stability of the PR.

_Verify that the results for projects MIC3109 & ACC5551 are consistent with the results attached to AMSystem doc 1490, MicrobialWGS.xlsx

Additionally:

Test results

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

MIC3109 - QC: Coverage based metrics offset by less than 5%. Otherwise identical ACC5551 - Typing results: Convergent ACC5551 - Resistance results: Convergent

Running microSALT utils report <PROJECT> --type json_dump for project MIC3109 & ACC5551 produces json files where multiple values are ''; such as n50 and duplication_rate for project MIC3109. Running microSALT utils report <PROJECT> --type default --output . twice still left the reports intact.

Sign-offs