-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsampleConfig.cfg
40 lines (29 loc) · 1.9 KB
/
sampleConfig.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#####################
## General Options ##
#####################
# Full path to destination folder. Two sub-folders will be created in this directory: INCOMPLETE_SAMPLES (for incomplete samples) and COMPLETE_SAMPLES (for complete samples)
outDir=/mnt/pnsg10_projects/bertrandd/oncoimpact/PUBLIC/TEST_GBM/ONCO_OUT
# Full path to folder containing the scripts.
scriptDir=/mnt/pnsg10_projects/bertrandd/oncoimpact/PUBLIC
# Number of threads to use
numThreads=10
# Full path to cnv matrix. Matrix is a tab-separated file with samples as columns and genes as rows. Value of -1 would indicate DELETION while value of 1 will indicate AMPLIFICATION.
cnv=/home/chiakhb/scripts/oncoIMPACT/PUBLIC/SAMPLE_DATA/GBM/CNV.txt
# Full path to expression matrix. Matrix is a tab-separated file with samples as columns and genes as rows. Values would represent the log fold-change for the respective gene.
exp=/home/chiakhb/scripts/oncoIMPACT/PUBLIC/SAMPLE_DATA/GBM/EXPR.txt
# Full path to snp boolean matrix. Matrix is a tab-separated file with samples as columns and genes as rows. Binary values would represent a snp for a gene with 1 and 0 otherwise.
snp=/home/chiakhb/scripts/oncoIMPACT/PUBLIC/SAMPLE_DATA/GBM/SNP.txt
#Flag for expression data type. [Valid options: ARRAY (default), RNA_SEQ]
dataType=RNA_SEQ
# Flag to enable test mode. Test mode runs the simulation segment with much fewer iterations and fixed seed. [Optional parameter. Defaults to 0 unless specified]
testMode=0
####################
## Discovery mode ##
####################
# Full path to the pre-computed database. [**** Comment if you are generating the database *****]
dataBase=
########################################
## Database building + Discovery mode ##
########################################
# Full path where the database will be exported. [**** Comment if you are using a pre-computed database or if you do not wish to export the database ****]
databaseExport=