Giter Site home page Giter Site logo

Comments (3)

ChristianRohde avatar ChristianRohde commented on September 27, 2024

I understand your warning: "In standard operation, vcf2maf runs VEP with very specific parameters to make sure everyone produces comparable MAFs". I installed VEP from conda together with vcf2maf and it is right there available in bash once I load the enviroment (I do load!). Somehow the script requires the --vep-path and tries to execute VEP from command line with perl. OK, at least it uses the envs perl, see below. Maybe the problem is a minor one, but somehow it still fails. This is the error when I try to run vcf2maf+VEP:

Unknown option: af_esp
ERROR: Failed to parse command-line flags

ERROR: Failed to run the VEP annotator! Command: /path2/conda/envs/VCF2MAF/bin/perl /path2/conda/envs/VCF2MAF/bin/vep --species homo_sapiens --assembly GRCh38 --no_progress --no_stats --buffer_size 5000 --sift b --ccds --uniprot --hgvs --symbol --numbers --domains --gene_phenotype --canonical --protein --biotype --uniprot --tsl --variant_class --shift_hgvs 1 --check_existing --total_length --allele_number --no_escape --xref_refseq --failed 1 --vcf --flag_pick_allele --pick_order canonical,tsl,biotype,rank,ccds,length --dir /path2/HOME/.vep --fasta Homo_sapiens_assembly38.fasta --format vcf --input_file ./results/variant_calling/freebayes/P1/P1.freebayes.vcf --output_file ./results/variant_calling/freebayes/P1/P1.freebayes.vep.vcf --offline --pubmed --fork 4 --polyphen b --af --af_1kg --af_esp --af_gnomad --regulatory

Best,
Christian

from vcf2maf.

tamuanand avatar tamuanand commented on September 27, 2024

Hi

See if these 2 links will help (I am not sure)

from vcf2maf.

FriederikeHanssen avatar FriederikeHanssen commented on September 27, 2024

Hey @ChristianRohde ! I just ran into a similar issue and found out that you can retain a bunch of information specifying your own keys. I used sarek in combination with strelka,mutect2, and VEP together with the dbnsfp (not sure if relevant, but no time to test out other options) for annotation. I then added:

--retain-info HGVSp_VEP,HGVSc_VEP --retain-fmt HGVSp_VEP,HGVSc_VEP --retain-ann HGVSp_VEP,HGVSc_VEP

to keep some of these keys. I am unsure, if I really need to specify all three, but this worked. In my case I then imported it to maftools to plot various things and it worked as expected.

from vcf2maf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.