PharmGKB / PharmCAT

The Pharmacogenomic Clinical Annotation Tool
Mozilla Public License 2.0
120 stars 39 forks source link

Retrieve and use bgzip compressed reference human genome fasta for preprocessor #71

Closed BinglanLi closed 3 years ago

BinglanLi commented 3 years ago

feature for preprocessor

Preprocessor downloads and decompresses the gzip compressed fasta file of reference human genome from NCBI website.

Retrieve the bgzip compressed fasta file and its index files from https://github.com/PharmGKB/PharmCAT-data instead.

The feature will allow PharmCAT users to use a compressed reference human genome sequence for VCF normalization. It provides computer storage friendly files, reduces download time and improves preprocessing speed for PharmCAT users.

markwoon commented 3 years ago

done