Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft: SnpEff Variant Annotation #16

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

draft: SnpEff Variant Annotation #16

wants to merge 12 commits into from

Conversation

j23414
Copy link
Collaborator

@j23414 j23414 commented Feb 21, 2024

Description

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

  • annotate flag (--annotate) for switching from variant calling to the annotation pipeline
  • reference genome (--genome)
  • gene feature file (--gff)
  • variants file (--vcf) to be annotated

The expected output will be:

  • an annotated VCF file (*.eff.vcf)
  • a summary file (*_summary.html)
  • a detailed gene positions file (*_genes.txt) for the identified genes

Example call:

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

Checklist

  • Check minimal dataset

vsatheesh and others added 5 commits January 19, 2024 17:06
Implements and connects a rudimentary SnpEff Variant Annotation functionality
allowing users to specify:

  * annotate flag (--annotate) for switching from variant calling to the annotation pipeline
  * reference genome (--genome)
  * gene feature file (--gff)
  * variants file (--vcf) to be annotated

The expected output will be:

  * an annotated VCF file (*.eff.vcf)
  * a summary file (*_summary.html)
  * a detailed gene positions file (*_genes.txt) for the identified genes

Example call:

  nextflow run main.nf \
    --annotate true \
    --genome "genome.fasta" \
    --gff "genes.gff" \
    --vcf "variants.vcf"
@j23414 j23414 linked an issue Feb 21, 2024 that may be closed by this pull request
6 tasks
@j23414
Copy link
Collaborator Author

j23414 commented Jun 10, 2024

Are there any blockers here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add snpEff
2 participants