peterk87 / nf-flu

Influenza genome analysis Nextflow workflow
MIT License
21 stars 17 forks source link

Results summary table #2

Closed peterk87 closed 4 months ago

peterk87 commented 4 years ago

Produce a basic 2 column table with sample name and results/comments.

For example, for a fully sequenced AIV genome:

All 8 segments were sequenced. Predicted subtype is H5N1. Top HA BLAST match is Influenza A virus (A/place/xx/2020) (NCBI accession). Top NA BLAST match is Influenza A virus (A/place/xx/2020) (NCBI accession).

or for a partially sequenced AIV genome:

Only 7 segments were sequenced and assembled. The NA segment could not be assembled due to lack of reads (N=5). Predicted subtype was H5 with undetermined N subtype. Top HA BLAST match is Influenza A virus (A/place/xx/2020) (NCBI accession).

TODO