RaverJay / CholerAegon

Pipeline for assembly and antimicrobial resistance gene detection
GNU General Public License v3.0
9 stars 1 forks source link

CholerAegon

CholerAegon is a nextflow pipeline for assembly and antimicrobial resistance gene detection with long and/or short read data. It will assemble your data with a suitable method, run RGI and Abricate to detect AMR genes, and then try to predict the resistances conferred by the found genes.

Quick start

To run CholerAegon, you need Nextflow and Singularity (now called Apptainer). If you use Conda, you can create an environment for CholerAegon like so:

conda create -n choleraegon nextflow singularity
conda activate choleraegon

Required parameters:

Optional parameters:

Examples

--fasta <assembly/assemblies>       supply pre-assembled genomes instead of read data,
                                      do only AMR detection
--genome_reference <reference>      optionally supply a genome reference for the analyzed pathogen,
                                      will produce %ANI values for all assemblies
--min_coverage_percent              specify minimum percentage of covered bases for an AMR gene
                                      to be considered present (default 80)
--min_identity_percent              specify minimum percentage of identitical bases for an AMR gene
                                      to be considered present (default 80)
--do_all_assemblies                 do not skip short-read-only and long-read-only
                                      assemblies in hybrid mode (default off)

Pipeline overview

Pipeline diagram of CholerAegon

Further information

CholerAegon makes use of the bioconda docker containers hosted on quai.io. Docker support coming soon. Support for cluster/cloud execution coming soon.

What's with the name?

It loosely emerged from Cholera Antibiotic rEsistance Gene detectiON. But Aegon is also the true name of A Song of Ice and Fire's Jon Snow, meant as a reference to Cholera scientist John Snow.

Citation

If you found CholerAegon helpful for your work or research kindly cite:

Fuesslin, V., Krautwurst, S., Srivastava, A., Winter, D., Liedigk, B., Thye, T., Herrera-León, S., Wohl, S., May, J., Fobil, J.N. and Eibach, D., 2022. Prediction of Antibiotic Susceptibility Profiles of Vibrio cholerae Isolates From Whole Genome Illumina and Nanopore Sequencing Data: CholerAegon. Frontiers in Microbiology, 13.