-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup_config.sh
More file actions
14 lines (10 loc) · 879 Bytes
/
Copy pathsetup_config.sh
File metadata and controls
14 lines (10 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#this bash config file allows you to set the paths to all the dependency file you need to run the qtl colocalizer pipeline
#this config file is required for running the colocalizer pipeline on multiple loci at a time
#path to the directory where the ColocQuiaL code is saved locally
colocquial_dir="/project/voight_GWAS/bychen9/ColocQuiaL"
#provide the path to plink refernce files to be used for plink commands
plink_bfile="/project/voight_selscan/ksiewert/CardioMetaAnalysis/LDL_CHD_Bivar/LDClump/PlinkFilesOnlyRs/mergedBed"
#provide the path to the plink ped files for the list of individuals you wish to use in your LD reference panel
plink_keep="/project/voight_GWAS/wbone/neuro_degenerative_and_cardiometabolic_Bivariate_Scans/AD_bivariate_scan_code/EUR.final.plink"
#provide the ID of the bsub queue you wish to submit your ColocQuiaL jobs to
bsub_queue="voight_long"