ganon2 index large sets of genomic reference sequences efficiently and quickly classify sequence fragments to their closest matching reference, providing taxonomic or sequence abundance estimations.
Find out more information in the user manual: https://pirovc.github.io/ganon/
# Install
conda install -c conda-forge -c bioconda ganon
# Download and Build (Bacteria - complete genomes - NCBI RefSeq)
ganon build --db-prefix bac_cg_rs --source refseq --organism-group bacteria --complete-genomes --threads 24 --download-threads 12
# Classify
ganon classify --db-prefix bac_cg_rs --output-prefix classify_results --paired-reads my_reads.1.fq.gz my_reads.2.fq.gz --threads 24For further examples, database build guides, installation from source and more: https://pirovc.github.io/ganon/