Skip to content

Commit

Permalink
added brca cspec assays path to production
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Feb 21, 2024
1 parent 426eebe commit bb99e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ def joinpaths(path, *paths):
bayesdel = joinpaths(datadir, "BayesDEL/bayesdel_4.4.vcf.gz")
cosmic = joinpaths(datadir, "COSMIC/cosmic_cmc.vcf.gz")

# assays
cspec_brca_assays_splicing = joinpaths(datadir, "CSpec_BRCA_assays/splicing_assays.vcf.gz")
cspec_brca_assays_functional = joinpaths(datadir, "CSpec_BRCA_assays/functional_assays.vcf.gz")

# IGV data
igv_data_path = joinpaths(workdir, "src/frontend_celery/webapp/static/packages/igv/data")

Expand Down

0 comments on commit bb99e26

Please sign in to comment.