|
325 | 325 | "type": "string", |
326 | 326 | "fa_icon": "fas fa-database", |
327 | 327 | "description": "Path to dbNSFP processed file.", |
328 | | - "help_text": "To be used with `--vep_dbnsfp`.", |
| 328 | + "help_text": "To be used with `--vep_dbnsfp`.\ndbNSFP files and more information are available at https://www.ensembl.org/info/docs/tools/vep/script/vep_plugins.html#dbnsfp and https://sites.google.com/site/jpopgen/dbNSFP/", |
329 | 329 | "hidden": true |
330 | 330 | }, |
331 | 331 | "dbnsfp_tbi": { |
|
335 | 335 | "help_text": "To be used with `--vep_dbnsfp`.", |
336 | 336 | "hidden": true |
337 | 337 | }, |
| 338 | + "dbnsfp_consequence": { |
| 339 | + "type": "string", |
| 340 | + "fa_icon": "fas fa-database", |
| 341 | + "description": "Consequence to annotate with", |
| 342 | + "help_text": "To be used with `--vep_dbnsfp`.\nThis params is used to filter/limit outputs to a specific effect of the variant.\nThe set of consequence terms is defined by the Sequence Ontology and an overview of those used in VEP can be found here: https://www.ensembl.org/info/genome/variation/prediction/predicted_data.html\nIf one wants to filter using several consequences, then separate those by using '&' (i.e. 'consequence=3_prime_UTR_variant&intron_variant'.", |
| 343 | + "hidden": true |
| 344 | + }, |
| 345 | + "dbnsfp_fields": { |
| 346 | + "type": "string", |
| 347 | + "fa_icon": "fas fa-database", |
| 348 | + "description": "Fields to annotate with", |
| 349 | + "default": "rs_dbSNP,HGVSc_VEP,HGVSp_VEP,1000Gp3_EAS_AF,1000Gp3_AMR_AF,LRT_score,GERP++_RS,gnomAD_exomes_AF", |
| 350 | + "help_text": "To be used with `--vep_dbnsfp`.\nThis params can be used to retrieve individual values from the dbNSFP file. The values correspond to the name of the columns in the dbNSFP file and are separated by comma.\nThe column names might differ between the different dbNSFP versions. Please check the Readme.txt file, which is provided with the dbNSFP file, to obtain the correct column names. The Readme file contains also a short description of the provided values and the version of the tools used to generate them.\nDefault value are explained below;/nrs_dbSNP - rs number from dbSNP/nHGVSc_VEP - HGVS coding variant presentation from VEP. Multiple entries separated by ';', corresponds to Ensembl_transcriptid/nHGVSp_VEP - HGVS protein variant presentation from VEP. Multiple entries separated by ';', corresponds to Ensembl_proteinid/n1000Gp3_EAS_AF - Alternative allele frequency in the 1000Gp3 East Asian descendent samples/n1000Gp3_AMR_AF - Alternative allele counts in the 1000Gp3 American descendent samples/nLRT_score - Original LRT two-sided p-value (LRTori), ranges from 0 to 1/nGERP++_RS - Conservation score. The larger the score, the more conserved the site, ranges from -12.3 to 6.17/ngnomAD_exomes_AF - Alternative allele frequency in the whole gnomAD exome samples/n.", |
| 351 | + "hidden": true |
| 352 | + }, |
338 | 353 | "vep_loftee": { |
339 | 354 | "type": "boolean", |
340 | 355 | "fa_icon": "fas fa-database", |
|
401 | 416 | "description": "Path to VEP cache.", |
402 | 417 | "help_text": "To be used with `--annotation_cache`.", |
403 | 418 | "hidden": true |
| 419 | + }, |
| 420 | + "vep_out_format": { |
| 421 | + "type": "string", |
| 422 | + "default": "vcf", |
| 423 | + "description": "VEP output-file format.", |
| 424 | + "enum": ["json", "tab", "vcf"], |
| 425 | + "help_text": "Sets the format of the output-file from VEP. Available formats: json, tab and vcf.", |
| 426 | + "fa_icon": "fas fa-table" |
404 | 427 | } |
405 | 428 | } |
406 | 429 | }, |
|
425 | 448 | "ascat_chromosomes": { |
426 | 449 | "type": "string", |
427 | 450 | "fa_icon": "fa-solid fa-text", |
428 | | - "default": "'c(1:22, 'X')'", |
| 451 | + "default": "c(1:22, 'X')", |
429 | 452 | "help_text": "Specify specific chromosomes to run ASCAT on, i.e 'c('21', '22')'." |
430 | 453 | }, |
431 | 454 | "ascat_genome": { |
432 | 455 | "type": "string", |
433 | 456 | "fa_icon": "fa-solid fa-text", |
434 | | - "default": "hg38", |
435 | 457 | "description": "ASCAT genome.", |
436 | 458 | "help_text": "Must be set to run ASCAT, either hg19 or hg38. If you use AWS iGenomes, this has already been set for you appropriately." |
437 | 459 | }, |
|
589 | 611 | "description": "VEP cache version.", |
590 | 612 | "help_text": "If you use AWS iGenomes, this has already been set for you appropriately." |
591 | 613 | }, |
592 | | - "vep_out_format": { |
| 614 | + "vep_version": { |
593 | 615 | "type": "string", |
594 | | - "default": "vcf", |
595 | | - "description": "VEP output-file format.", |
596 | | - "enum": ["json", "tab", "vcf"], |
597 | | - "help_text": "Sets the format of the output-file from VEP. Available formats: json, tab and vcf.", |
598 | | - "fa_icon": "fas fa-table" |
| 616 | + "fa_icon": "fas fa-tag", |
| 617 | + "description": "VEP version.", |
| 618 | + "help_text": "If you use AWS iGenomes, this has already been set for you appropriately." |
599 | 619 | }, |
600 | 620 | "save_reference": { |
601 | 621 | "type": "boolean", |
|
0 commit comments