cio-abcd / variantinterpretation

Collaborative Interpretation-Pipeline workflow based on nf-core pipeline structure
MIT License
7 stars 1 forks source link

Automatic bgzip compression #37

Open sci-kai opened 6 months ago

sci-kai commented 6 months ago

Description of feature

Currently certain programs, e.g., bcftools within the workflow require VCF files to be bgzip compressed instead of gzip compressed, giving a specific error message if running the workflow. An automatic detection of the compression and conversion of VCF files into bgzipped VCF files could avoid this error message and manual change.