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

How can I use my own fasta and gff to annotate? #1768

Open
DayTimeMouse opened this issue Oct 15, 2024 · 1 comment
Open

How can I use my own fasta and gff to annotate? #1768

DayTimeMouse opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@DayTimeMouse
Copy link

Hi,

Thanks for developing this nice tool.

I'd like to use my own fasta and gff to annotate the VCF file, according to the mannual:

grep -v "#" data.gff | sort -k1,1 -k4,4n -k5,5n -t$'\t' | bgzip -c > data.gff.gz
tabix -p gff data.gff.gz
./vep -i input.vcf --gff data.gff.gz --fasta genome.fa.gz

Howerver, the output is variant_effect_output.txt, is not VCF file, how can I get the annotated VCF file?

Versions:
  ensembl              : 112.7104005
  ensembl-funcgen      : 112.be19ffa
  ensembl-io           : 112.2851b6f
  ensembl-variation    : 112.4113356
  ensembl-vep          : 112.0

Best regards.

@jamie-m-a jamie-m-a self-assigned this Oct 15, 2024
@jamie-m-a
Copy link
Contributor

Hi @DayTimeMouse

You can use the --vcf option to output in VCF format. Please see here for more details.

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

No branches or pull requests

2 participants