rule compress_vcf:
    input:
        "test.vcf"
    output:
        "test.vcf.gz"
    wrapper:
        "0.42.0/bio/vcf/compress"
