Open j23414 opened 8 months ago
Implements and connects rudimentary SnpEff Variant Annotation functionality allowing users to specify:
--annotate
--genome
--gff
--vcf
The expected output will be:
*.eff.vcf
*_summary.html
*_genes.txt
Example call:
nextflow run isugifNF/GATK-flow -r feat/snpeff \ --annotate true \ --genome "genome.fasta" \ --gff "genes.gff" \ --vcf "variants.vcf"
Are there any blockers here?
Description
Implements and connects rudimentary SnpEff Variant Annotation functionality allowing users to specify:
--annotate
) for switching from variant calling to the annotation pipeline--genome
)--gff
)--vcf
) to be annotatedThe expected output will be:
*.eff.vcf
)*_summary.html
)*_genes.txt
) for the identified genesExample call:
Checklist