Skip to content

Commit

Permalink
add more data set files for Proj_1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekm committed Apr 4, 2022
1 parent e087de2 commit e10fd75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@
"Proj_1": { # same as Proj_08390_G but both filenames and file contents have been scrubbed; results in different file md5's
"MAF_DIR": os.path.join(FIXTURES_DIR, "Proj_1", "maf"),
"BAM_DIR": os.path.join(FIXTURES_DIR, "Proj_1", "bam"),
'REF_FASTA': REF_FASTA
"FACETS_DIR": os.path.join(FIXTURES_DIR, "Proj_1", "facets"),
"QC_DIR": os.path.join(FIXTURES_DIR, "Proj_1", "qc"),
"INPUTS_DIR": os.path.join(FIXTURES_DIR, "Proj_1", "inputs"),
'REF_FASTA': REF_FASTA,
"targets_list": "/juno/work/ci/resources/roslin_resources/targets/HemePACT_v4/b37/HemePACT_v4_b37_targets.ilist",
},
"demo":{ # small subset of samples on a full project
"DIR": os.path.join(FIXTURES_DIR, "demo"),
Expand Down

0 comments on commit e10fd75

Please sign in to comment.