peterk87 / nf-villumina

Generic viral Illumina sequence analysis pipeline
MIT License
4 stars 5 forks source link

Add reference mapping, variant calling and consensus sequence generation #4

Open peterk87 opened 4 years ago

peterk87 commented 4 years ago

Users should be able to either specify or not specify a reference genomes (preferably in a GenBank file) to perform reference mapping, variant calling and consensus sequence generation.


If reference genome(s) provided, select the top distinct reference genomes by Mash. It may be desirable to allow users to reference map against a set of distinct priority genomes for easy analysis of unknown metagenomic samples.


If no reference genome(s) provided, use the Kraken2 and Centrifuge classification results to select appropriate reference genomes and download them from NCBI. Proceed with analysis as described above.

Issues: