cidgoh / nf-ncov-voc

A Nextflow wrapped workflow for generating the mutation profiles of SARS-CoV-2 genomes (Variants of Concern and Variants of Interest). Workflow is developed in collaboration with COVID-MVP (https://github.com/cidgoh/COVID-MVP) which can be used to visualize the mutation profiles and functional annotations.
MIT License
5 stars 5 forks source link

get sample_size from any row in sample_stats for user-uploaded fasta #164

Closed miseminger closed 4 months ago

miseminger commented 4 months ago

User-uploaded fastas result in single-line sample_stats files, so take sample_size from the first row, just like for wastewater. This will eliminate pattern-matching errors with different file name formats.