uclahs-cds / pipeline-call-sSNV

A Nextflow pipeline to identify the somatic single nucleotide variants (sSNVs) by comparing a pair of tumor/normal samples.
https://uclahs-cds.github.io/pipeline-call-sSNV/
GNU General Public License v2.0
5 stars 0 forks source link

Update cluster reference paths #320

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/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz :white_check_mark: /hot/resource/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz :white_check_mark:
/hot/ref/tool-specific-input/GATK/GRCh37/af-only-gnomad.raw.sites.vcf :white_check_mark: /hot/resource/tool-specific-input/GATK/GRCh37/af-only-gnomad.raw.sites.vcf :white_check_mark:
/hot/ref/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz :white_check_mark: /hot/resource/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz :white_check_mark:
/hot/ref/tool-specific-input/GATK/GRCh38/1000g_pon.hg38.vcf.gz :white_check_mark: /hot/resource/tool-specific-input/GATK/GRCh38/1000g_pon.hg38.vcf.gz :white_check_mark:
/hot/ref/tool-specific-input/Strelka2/GRCh38/strelka2_call_region.bed.gz :white_check_mark: /hot/resource/tool-specific-input/Strelka2/GRCh38/strelka2_call_region.bed.gz :white_check_mark:
/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/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz :white_check_mark: /hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz :white_check_mark:
/hot/resource/SMC-HET/normal/bams/A-mini/n2/output/HG002.N-n2.bam :white_check_mark: /hot/data/unregistered/SMC-HET/normal/bams/A-mini/n2/output/HG002.N-n2.bam :white_check_mark:
/hot/resource/SMC-HET/tumours/A-mini/bams/n2/output/S2.T-n2.bam :white_check_mark: /hot/data/unregistered/SMC-HET/tumours/A-mini/bams/n2/output/S2.T-n2.bam :white_check_mark:
/hot/ref/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz.tbi :white_check_mark: /hot/resource/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz.tbi :white_check_mark:
/hot/ref/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz.tbi :white_check_mark: /hot/resource/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz.tbi :white_check_mark:
/hot/resource/SMC-HET/tumours/A-mini/bams/n1/output/S2.T-n1.bam :white_check_mark: /hot/data/unregistered/SMC-HET/tumours/A-mini/bams/n1/output/S2.T-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.