Altered the call mechanics for json2fasta.py for downloading and pre-processing GISAID's raw data.
Significant improvement to memory usage for SITREP updates.
Has NO impact on bjorn-release functionality.
Passed consistency tests using SITREP results before and after changes.
separates sample files into "whitelisted" samples (ready for upload) and "inspect" samples (may require manual inspection)
user-specified list of non-conerning genes i.e. regions where uncommon mutations (frame-shifting indels, or stop codon-introducing substitutions) should not be flagged e.g. ORF8
user-specified list of non-conerning mutations i.e. mutations (frame-shifting indels, or stop codon-introducing substitutions) that are expected and should not be flagged e.g ORF8:Q27* common to B.1.1.7 sequences
option to include the raw aligned read files for archive upload to GCloud (BAM), allowing future retrospective analysis (CRITICALLY IMPORTANT FOR FUTURE RESEARCH ANALYSES)
Altered the call mechanics for
json2fasta.py
for downloading and pre-processing GISAID's raw data. Significant improvement to memory usage for SITREP updates. Has NO impact onbjorn-release
functionality. Passed consistency tests using SITREP results before and after changes.