Skip to content

Commit

Permalink
update production paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed May 31, 2024
1 parent 4d62ee7 commit d6b4333
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/common/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ def joinpaths(path, *paths):
ref_genome_path_grch37 = joinpaths(ref_genome_dir, "GRCh37.fa")
chainfile_path = joinpaths(ref_genome_dir, "hg19ToHg38.fixed.over.chain.gz")
ensembl_transcript_path = joinpaths(datadir, "ensembl/Homo_sapiens.GRCh38.110.gff3")
refseq_transcript_path = joinpaths(datadir, "RefSeq/refseq_transcripts_110.gff.gz")
#refseq_transcript_path = joinpaths(datadir, "RefSeq/refseq_transcripts_110.gff.gz")
refseq_transcript_path = joinpaths(datadir, "RefSeq/refseq_transcripts_110.gff")
refseq_transcript_4_consequence_path = joinpaths(datadir, "RefSeq/refseq_transcripts_110.4consequence.gff")


#metadata
Expand Down Expand Up @@ -284,4 +286,4 @@ def joinpaths(path, *paths):
igv_data_path = joinpaths(workdir, "src/frontend_celery/webapp/static/packages/igv/data")

# clinvar submission
clinvar_submission_schema = joinpaths(resources_dir, "clinvar_submission_schemas/clinvar_submission_schema_18_10_23.json")
clinvar_submission_schema = joinpaths(resources_dir, "clinvar_submission_schemas/clinvar_submission_schema_15_05_24.json")

0 comments on commit d6b4333

Please sign in to comment.