ksumngs / yavsap

Yet Another Viral Subspecies Analysis Pipeline
https://ksumngs.github.io/yavsap
MIT License
1 stars 1 forks source link

[Feature]: Add genome annotations #42

Closed MillironX closed 1 year ago

MillironX commented 2 years ago

Summary

Add gene annotations to variant calls and a subsequent table to the Visualizer.

Added Features

Additional processes

We will likely need to pull GenBank files for references, then create a database via SnpEff and add annotations via SnpEff

Additional output

Instead of outputting directly from CliqueSNV/HapLink, send the VCF files through SnpEff, and then output the annotated VCF files into the variants subdirectory.

Additional visualizer section

Add a variants table similar to that from Juergen.

image