Merge pull request #323 from pirovc/dev ganon v2.4.0
Merge pull request #323 from pirovc/dev
ganon v2.4.0
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 24
For further examples, database build guides, installation from source and more: https://pirovc.github.io/ganon/
基于k-mer的序列分类工具,用于快速、准确地将测序读数分类到参考基因组
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
ganon2
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/
Quick install and usage
For further examples, database build guides, installation from source and more: https://pirovc.github.io/ganon/