-
Notifications
You must be signed in to change notification settings - Fork 40
Pipeline Overview

-
PhiX174 read removal and adapter removal using
BBDuK -
Filtering, trimming, and base correction using
fastpthat includes:- quality trimming with a window size of 20 and quality of 30
- quality pruning at 3' and 5' ends
- removal of short reads
- forced polyG tail trimming
-
Contamination check of trimmed reads using
Kraken2.
- QC Metrics Generated (all data generated for paired and unpaired reads generated post-trimming):
- Number of total reads/bases
- Percent of reads/bases remaining (from raw sequences)
- Number of Q20/Q30 bases
- Percent Q20/Q30 bases
This step is only run with -entry CDC_PHOENIX
- Gene detection and allele calling for antibiotic resistance (AR)
srst2in gene mode. We have curated an AR gene database that is a combination of three AR gene databases with redundancies removed and gene names standardized.
- The curated AR gene database includes complete genes from these AR gene databases:
- Assembly of trimmed reads using
SPAdes - Filter reads to remove any scaffolds less than 500bp in length.
- Assess assembly quality using
QUASTand custom scripts - QC Metrics Generated:
- Trimmed coverage (total trimmed bases / assembly length)
- Assembly ratio (assembly size / median genome size of species)
- Assess genome assembly for completeness using
BUSCO. This step is only run with-entry CDC_PHOENIX - The mast distance is calculated from a pre-calculated sketch created with
Mashand the top 20 best matches are passed intoFastANIfor increased speed in species ID. - Calculate the average nucleotide identity (between genomes) using
FastANIto determine species. - Type multiple loci to characterize isolates of microbial species using
MLST - AR genes and hypervirulence genes are detected using
GAMMA. We have curated an AR gene database that is a combination of three AR gene databases with redundancies removed and gene names standardized. Plasmid markers are detected withGAMMA-S.
-
The curated database includes genes from these AR gene databases:
-
Additional databases are used:
- Database of hypervirulence genes from Russo et al.
- PlasmidFinder
-
PROKKAis run on the scaffolds to generated a translated.faafile and an annotated.gfffile, which will be passed to AMRFinder. -
AMRFinderPlusis run and the point mutations are reported in thePhoenix_Output_Report.tsv. The translated.faaand annotated.gfffiles from PROKKA are passed to AMRFinder as described in the AMRFinder documentation. - In addition to running
Kraken2on the trimmed reads, KRAKEN2 is run on the weighted assembled scaffolds using the same database. This additional step allows us to check if any contamination made it into the assembly and this taxa call will be used if FastANI fails.
This step is only run with -entry CDC_PHOENIX
There are 3 "C"s we are concerned with when evaluating genome assemblies:
- Contiguity: the size and number of contigs.
- Completeness: the content of contigs, particularly the gene content.
- Correctness: ordering and location of contigs.
Evaluating the quality of a genome assembly is more of an art than clear cut rules. The auto "PASS/FAIL" are metrics we deem to be the bare minimum quality standards and are:
- >30x coverage
- Assembly ratio stdev <2.58
- Min assembly length >1,000,000bp
In addition to this information, staff should also consider other QC metrics (see more below), what species is being sequenced (some species complexes might have lower quality assemblies) and what you plan to do with the data. If there are particular metrics you are interested in then please submit a feature request for consideration.
Warnings are defined as "out of line with what is expected and MAY cause problems downstream". The following will produce WARNINGS in the synopsis file:
- <1,000,000 total reads for each raw and trimmed reads
- % reads with Q30 average for R1 (<90%) and R2 (<70%)
- >200 scaffolds
- Checking that %GC content is within 2.58 stdev away from the mean %GC content for the species determined
- Contamination check
- >30% unclassified reads
- Confirm there is only 1 genera with >25% of assigned reads
Alerts are defined as "something to note, but doesn't mean it's a poor-quality assembly". The following will produce ALERTS in the synopsis file:
- No orphaned reads found after trimming
- <10 reference genomes for species identified so no stdev for assembly ratio or %GC content calculated
- >150x coverage
DISCLAIMER: The identification methods used and the data summarized are for public health surveillance or investigational purposes only and must NOT be communicated to the patient, their care provider, or placed in the patient’s medical record. These results should NOT be used for diagnosis, treatment, or assessment of individual patient health or management.
- Home
- Dependencies and Install
- Running PHoeNIx
- Pipeline Overview
- Documentation for Databases
- Running PHoeNIx on Different Systems
- Versioning Control and Reproducibility
- Troubleshooting
- Guidance
- Contributing and Issues
- Beta Testing