Illumina / Nirvana

The nimble & robust variant annotator
https://illumina.github.io/NirvanaDocumentation/
GNU General Public License v3.0
170 stars 44 forks source link

Usage manual/guide #37

Closed jerryliu2005 closed 4 years ago

jerryliu2005 commented 4 years ago

I'm looking for documentation of how to do SV (CNV) annotation using Nirvana. Our use case is large-scale variant annotation on both WGS and WES VCFs. Your input/advice would be highly appreciated. Is Hail the only way to go?

Thanks, Jerry

rajatshuvro commented 4 years ago

Hi Jerry, SV/CNV annotations are handled seamlessly in Nirvana. You run the same command line as with a small variant file. If you have a large number of variants, your output might be large and that will also mean a longer execution time. In such cases, we recommend that you tabix the file and create smaller ones (say one pre chromosome or even smaller) and run them in parallel.

Hope that helps Thanks Rajat