uclahs-cds / pipeline-call-gSV

Nextflow pipeline to call germline structural variants and copy number variants using DELLY and Manta
https://uclahs-cds.github.io/pipeline-call-gSV/
GNU General Public License v2.0
2 stars 1 forks source link

Update cluster reference paths #173

Closed nwiltsie closed 1 month ago

nwiltsie commented 1 month ago

This PR updates reference paths that were renamed during the most recent cluster downtime.

I was specifically looking for single lines containing one (or more) of the following keys, so I missed any paths split across multiple lines.

Search String
/hot/ref/
/hot/ref/cohort/TCGA/CCG-AIM/
/hot/ref/cohort/TCGA/PanCanAtlas/
/hot/ref/database/1000Genomes/
/hot/ref/database/GDC-34.0
/hot/ref/database/GDC-34.0/
/hot/ref/database/PCAWG/
/hot/ref/database/ProstateTumor/Boutros-Yamaguchi-PRAD-CPCG/
/hot/ref/reference/
/hot/resource/SMC-HET/

A table of updated filepaths and whether or not they resolve to a file is included below. Where the original paths still exist due to symlinks I verified that they resolve to the same file as the updated path.

Original Updated
/hot/ref/reference/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta :white_check_mark: /hot/resource/reference-genome/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta :white_check_mark:
/hot/ref/tool-specific-input/Delly/GRCh38/human.hg38.excl.tsv :white_check_mark: /hot/resource/tool-specific-input/Delly/GRCh38/human.hg38.excl.tsv :white_check_mark:
/hot/ref/tool-specific-input/Delly/GRCh38/Homo_sapiens.GRCh38.dna.primary_assembly.fa.r101.s501.blacklist.gz :white_check_mark: /hot/resource/tool-specific-input/Delly/GRCh38/Homo_sapiens.GRCh38.dna.primary_assembly.fa.r101.s501.blacklist.gz :white_check_mark:
/hot/ref/tool-specific-input/Delly/hg38/human.hg38.excl.tsv :white_check_mark: /hot/resource/tool-specific-input/Delly/hg38/human.hg38.excl.tsv :white_check_mark:
/hot/resource/SMC-HET/normal/bams/A-mini/n1/output/HG002.N-n1.bam :white_check_mark: /hot/data/unregistered/SMC-HET/normal/bams/A-mini/n1/output/HG002.N-n1.bam :white_check_mark:
wiz-inc-8da00b022c[bot] commented 1 month ago

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
IaC Misconfigurations 0 0 0 0 0 0
Vulnerabilities 0 0 0 0 0 0
Sensitive Data 0 0 0 0 1 1
Secrets 0 0 0 0 0 0
Total 0 0 0 0 1 1

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.