how to create .gzi index
Hello
I am human reference genome in .gz format "Homo_sapiens.GRCh38.dna.toplevel.fa.gz" . I need to create its .gzi index to load reference genome. Can anyone guide me here?
I will appreciate all suggestions
Thank you in advance
Archana
• 5,329 views
•
link
1 answer
You can use Bgzip for the same.
Please see this link: http://www.htslib.org/doc/bgzip.html
• 0 views
•
link
Log in to answer this question.
It worked using bgzip. :)