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

Last second fixes #61

Closed sylvinite closed 5 years ago

sylvinite commented 5 years ago

This PR adds the following features:

How to test: On hasta:

  1. If you have any files named genologics in your home directory. Temporarily rename them.
  2. Pull branch into /home/proj/stage/bin/git/microSALT
  3. us
  4. source activate S_microSALT
  5. export MICROSALT_CONFIG=/home/proj/dropbox/microSALT.json 4.1 doublecheck that the paths in /home/proj/dropbox/microSALT.json works for you
  6. pip install .
  7. microSALT analyse sample ACC5710A5 --email (email)
  8. microSALT analyse project ACC5710 --email (email)

Expected outcome:

For steps 6 and 7 the following is expected to happen:

In other words, screenshots of the e-mailed typing report and the contents of the json file should be sufficient.

Review:

This is minor version bump because the code can't alter the results in a mysterious way; is backwards compatible, and will either outright crash or not generate the requested change; if it is incorrect.

talnor commented 5 years ago

Outcome of test:

The json files and typing reports:

project_microSALT_verification sample_microSALT_verification

Screen Shot 2019-06-18 at 12 29 14 PM Screen Shot 2019-06-18 at 12 44 28 PM

ingkebil commented 5 years ago

Merge ahead!