VEP (Variant Effect Predictor) predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
784B

  1. {
  2. "{{ project_name }}.vcf": "{{ vcf }}",
  3. "{{ project_name }}.sample_id": "{{ sample_id }}",
  4. "{{ project_name }}.tumor_id": "{{ tumor_id }}",
  5. "{{ project_name }}.normal_id": "{{ normal_id }}",
  6. "{{ project_name }}.ref_dir": "{{ ref_dir }}",
  7. "{{ project_name }}.fasta": "{{ fasta }}",
  8. "{{ project_name }}.vep_path": "{{ vep_path }}",
  9. "{{ project_name }}.cache": "{{ cache }}",
  10. "{{ project_name }}.ncbi_build": "{{ ncbi_build }}",
  11. "{{ project_name }}.species": "{{ species }}",
  12. "{{ project_name }}.only_pass": {{ only_pass | tojson }},
  13. "{{ project_name }}.vcf2maf_path": "{{ vcf2maf_path }}",
  14. "{{ project_name }}.vep_docker": "{{ vep_docker }}",
  15. "{{ project_name }}.disk_size": "{{ disk_size }}",
  16. "{{ project_name }}.cluster_config": "{{ cluster_config }}"
  17. }