Skip to content

Commit

Permalink
update helper scripts with paths for new datafreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Jul 15, 2015
1 parent 37c9030 commit 2c334a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/analyse_individual.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

filter_code = os.path.join(app_folder, "src", "main", "python", "clinical_filter.py")

datafreeze = "/nfs/ddd0/Data/datafreeze/ddd_data_releases/2014-11-04/"
known_genes = "/lustre/scratch113/projects/ddd/resources/ddd_data_releases/2014-11-04/DDG2P/dd_genes_for_clinical_filter"
datafreeze = "/nfs/ddd0/Data/datafreeze/ddd_data_releases/2015-04-13"
known_genes = "/lustre/scratch113/projects/ddd/resources/ddd_data_releases/2015-04-13/DDG2P/dd_genes_for_clinical_filter"
ped_file = os.path.join(datafreeze, "family_relationships.txt")
alternate_ids = os.path.join(datafreeze, "person_sanger_decipher.txt")
syndrome_regions_filename = "/lustre/scratch113/projects/ddd/resources/decipher_syndrome_list_20140428.txt"
Expand Down
4 changes: 2 additions & 2 deletions scripts/submit_lsf_job_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

FILTER_CODE = os.path.join(APP_FOLDER, "src", "main", "python", "clinical_filter.py")

DATAFREEZE = "/nfs/ddd0/Data/datafreeze/ddd_data_releases/2014-11-04/"
KNOWN_GENES_PATH = "/lustre/scratch113/projects/ddd/resources/ddd_data_releases/2014-11-04/DDG2P/dd_genes_for_clinical_filter"
DATAFREEZE = "/nfs/ddd0/Data/datafreeze/ddd_data_releases/2015-04-13"
KNOWN_GENES_PATH = "/lustre/scratch113/projects/ddd/resources/ddd_data_releases/2015-04-13/DDG2P/dd_genes_for_clinical_filter"
ALT_IDS_PATH = os.path.join(DATAFREEZE, "person_sanger_decipher.txt")
PED_PATH = os.path.join(DATAFREEZE, "family_relationships.txt")
SYNDROMES_PATH = "/lustre/scratch113/projects/ddd/resources/decipher_syndrome_list_20140428.txt"
Expand Down

0 comments on commit 2c334a8

Please sign in to comment.