| 1 | = Updating to Reggie 4.25 = |
| 2 | |
| 3 | |
| 4 | == 1. New/updated pipeline scripts == |
| 5 | |
| 6 | There are new pipeline scripts: http://baseplugins.thep.lu.se/browser/other/pipeline/trunk |
| 7 | Download and install at a suitable location on the prime cluster: |
| 8 | |
| 9 | * `mut_stats.py` |
| 10 | * `mutation_signature.R` |
| 11 | * `Rscript.sh` |
| 12 | |
| 13 | == 2. New databases for annotating variants == |
| 14 | |
| 15 | The following databases have been updated: |
| 16 | |
| 17 | * dbSNP to version 153 |
| 18 | * COSMIC to version 90 |
| 19 | * gnomAD to version 2.1.1 |
| 20 | * Swegen to version 20180409 |
| 21 | |
| 22 | The other databases are the same as before. The database update also affect some of the other configuration files. |
| 23 | Everything that is needed can be found at `casa4:/disk/lv-p822a-50tb-b/thep-nni/vcall/newdbs`. All files and |
| 24 | subdirectories should be copied to a new location in the "references" directory in the Prime cluster, for example, |
| 25 | `prime:/disk/reference/scanb/rnaseqvarcall-feb2020`. |
| 26 | |
| 27 | Change the configuration `<variant-call><base-dir>` setting in `reggie-config.xml` to point to the new location of |
| 28 | the databases. |
| 29 | |
| 30 | == 3. Create new SCAN-B databases == |
| 31 | |
| 32 | Use the new Reggie wizard (Build SCAN-B variant database) to create new databases for the existing SCAN-B samples. |
| 33 | The wizard need to create two databases, one with tumor samples and one with normal samples. This may take a few hours. |
| 34 | Databases will be saved in the temporary job directory (the exact path is printed in the job information afterwards) |
| 35 | and need to moved to the database-directory manually, eg. prime:/disk/reference/scanb/rnaseqvarcall-feb2020/scanb |
| 36 | |
| 37 | Note that both databases should be stored in the same directory, and make sure that they have correct names: |
| 38 | |
| 39 | * `scanb-tumors.vcf.gz` (and a corresponding .tbi file) |
| 40 | * `scanb-normals.vcf.gz` (and a corresponding .tbi file) |
| 41 | |
| 42 | |
| 43 | |
| 44 | |
| 45 | |