|
1 | 1 |
|
2 | 2 | ## CHANGELOG |
3 | 3 |
|
| 4 | +#### 0.9.2 - June 30th 2021 |
| 5 | + |
| 6 | +* Data updates: ClinVar, GWAS catalog, CIViC, CancerMine, dbNSFP, KEGG, ChEMBL, Disease Ontology/EFO, Open Targets Platform, UniProt KB, GENCODE |
| 7 | +* Software upgrades: R v4.1, Bioconductor v3.13, VEP (104) ++ |
| 8 | + |
| 9 | +##### Changed |
| 10 | +* TOML-based configuration for PCGR is abandoned, all options to PCGR are now configured through command-line parameters |
| 11 | + * __NOTE__: We recommend to turn on `--show_noncoding` and `--vcf2maf` (prevously turned on by default in TOML). For tumor-only runs, we recommend to include `--exclude_dbsnp_nonsomatic` and `exclude_nonexonic` |
| 12 | + |
| 13 | +##### Added |
| 14 | +* Command-line options |
| 15 | + * Previously set in TOML file) |
| 16 | + * Allelic support |
| 17 | + * `--tumor_dp_tag` |
| 18 | + * `--tumor_af_tag` |
| 19 | + * `--control_dp_tag` |
| 20 | + * `--control_af_tag` |
| 21 | + * `--call_conf_tag` |
| 22 | + * Tumor-only options |
| 23 | + * `--maf_onekg_eur` |
| 24 | + * `--maf_onekg_amr` |
| 25 | + * `--maf_onekg_afr` |
| 26 | + * `--maf_onekg_eas` |
| 27 | + * `--maf_onekg_sas` |
| 28 | + * `--maf_onekg_global` |
| 29 | + * `--maf_gnomad_nfe` |
| 30 | + * `--maf_gnomad_asj` |
| 31 | + * `--maf_gnomad_fin` |
| 32 | + * `--maf_gnomad_oth` |
| 33 | + * `--maf_gnomad_amr` |
| 34 | + * `--maf_gnomad_afr` |
| 35 | + * `--maf_gnomad_eas` |
| 36 | + * `--maf_gnomad_sas` |
| 37 | + * `--maf_gnomad_global` |
| 38 | + * `--exclude_pon` |
| 39 | + * `--exclude_likely_het_germline` |
| 40 | + * `--exclude_likely_hom_germline` |
| 41 | + * `--exclude_dbsnp_nonsomatic` |
| 42 | + * `--exclude_nonexonic` |
| 43 | + * `--report_theme` |
| 44 | + * `--preserved_info_tags` (previously `custom_tags (TOML)`) |
| 45 | + * `--show_noncoding` (previously `list_noncoding (TOML)`) |
| 46 | + * `--vcfanno_n_proc` (previously `n_vcfanno_proc (TOML)`) |
| 47 | + * `--vep_n_forks` (previously `n_vep_forks (TOML)`) |
| 48 | + * `--vep_pick_order` |
| 49 | + * `--vep_no_intergenic` (previously `vep_skip_intergenic (TOML)`) |
| 50 | + * `--vcf2maf` |
| 51 | + * New options |
| 52 | + * `--report_nonfloating_toc` (**NEW**) - add the TOC at the top of the HTML report, not floating at the left of the document |
| 53 | + * `--cpsr_report` (**NEW**) - add a dedicated section in PCGR with main germline findings from CPSR analysis - (use the gzipped JSON output from CPSR as input) |
| 54 | + * `--vep_regulatory` (**NEW**) - append regulatory annotations to variants (TF binding sites etc.) |
| 55 | + * `--include_artefact_signatures` (**NEW**) - include sequencing artefacts in the reference collection of mutational signatures (COSMIC v3.2) |
| 56 | + |
| 57 | + |
| 58 | +##### Fixed |
| 59 | + * Bug in writing (large) report contents to JSON (issue [#118](https://github.com/sigven/pcgr/issues/118)) |
| 60 | + * Bug (typo) in merge of clinical evidence items from different sources (CIVIC + CGI) (issue [#126](https://github.com/sigven/pcgr/issues/126)) |
| 61 | + * Bug in value box for number of (high-confident) kataegis events - rmarkdown (issue [#122](https://github.com/sigven/pcgr/issues/122)) |
| 62 | + * Bug in value box for tumor purity/ploidy -rmarkdown (issue [#129](https://github.com/sigven/pcgr/issues/129)) |
| 63 | + |
| 64 | +##### Removed |
| 65 | + * Command-line options |
| 66 | + * `--conf` - TOML-based configuration file |
| 67 | + |
4 | 68 | #### 0.9.1 - November 30th 2020 |
5 | 69 | * Data updates: ClinVar, GWAS catalog, CIViC, CancerMine, dbNSFP, KEGG, ChEMBL/DGIdb, Disease Ontology, Experimental Factor Ontology |
6 | 70 |
|
|
0 commit comments