VEP (Variant Effect Predictor) predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

defaults 430B

4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
123456789101112
  1. {
  2. "vep_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/vep:v104.0",
  3. "fasta": "GRCh38.d1.vd1.fa",
  4. "ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
  5. "cache": "oss://pgx-reference-data/ensembl_vep/",
  6. "vep_path": "/opt/vep/ensembl-vep",
  7. "species": "homo_sapiens_merged",
  8. "ncbi_build": "GRCh38",
  9. "only_pass": true,
  10. "disk_size": "200",
  11. "cluster_config": "OnDemand bcs.a2.3xlarge img-ubuntu-vpc"
  12. }