-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings_template.conf
More file actions
46 lines (33 loc) · 1.15 KB
/
settings_template.conf
File metadata and controls
46 lines (33 loc) · 1.15 KB
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
41
42
43
44
45
46
# Files listing matched tumor-normal pairs. The files should contain six
# columns: normal ID, normal file, pre ID, pre file, post ID, post file.
EXOME_METADATA="exome_metadata.csv"
GENOME_METADATA="genome_metadata.csv"
EXOME_PURITY="BC Genome Profiling-HQC.csv"
METADATA="metadata_dlbcl.csv"
# Where to put files.
WORK_DIR="."
# GATK jar file.
GATK_JAR="/path/to/GenomeAnalysisTK.jar"
GATK_KEY="/path/to/yourGATK.key"
# Where is java?
JAVA_BIN="/usr/bin/java"
# Where is samtools?
SAMTOOLS_BIN="/path/to/bin/samtools"
# Location of Picard tools jars.
PICARD_DIR="/home/rmccloskey/bin"
# Where are the HMMcopy binaries?
HMMCOPY_DIR="/path/to/HMMcopy/bin"
# Location of Lumpy scripts and binary.
LUMPY_DIR="/path/to/lumpy/scripts"
LUMPY_BIN="/path/to/bin/lumpy"
# Human genome reference.
HUMAN_REF="human_g1k_v37.fasta"
YAHA_REF_INDEX="human_g1k_v37.X15_01_65525S"
# List of exome regions.
INTERVAL_LIST="SureSelect_regions.list"
# Wig mappability file for human genome.
MAPPABILITY_FILE="/path/to/wgEncodeCrgMapabilityAlign100mer.map.wig"
# GC content file for human genome.
GC_FILE="/path/to/GRCh37-lite.fa"
# Location of TITANRunner
TITAN_DIR="/path/to/TITANRunner"