isugifNF / GATK-flow

Nextflow implementation of the GATK HaplotypeCaller pipeline
12 stars 2 forks source link

draft: SnpEff Variant Annotation #16

Open j23414 opened 8 months ago

j23414 commented 8 months ago

Description

Implements and connects rudimentary SnpEff Variant Annotation functionality allowing users to specify:

The expected output will be:

Example call:

  nextflow run isugifNF/GATK-flow -r feat/snpeff \
    --annotate true \
    --genome "genome.fasta" \
    --gff "genes.gff" \
    --vcf "variants.vcf"

Checklist

j23414 commented 4 months ago

Are there any blockers here?