-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml
48 lines (37 loc) · 1.21 KB
/
config.yaml
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
47
############################################################
# top level directories
sourcedir: /ss/qm/qpject/CG/R/CL/cTL/expression
refdir: /*****/m***c/Reference_genomes
############################################################
# reference files, genome indices and data
reference:
stargenomedir:
hg38: $refdir/starindex2/hg38index2/hg38
fasta:
hg38: $refdir/hg38/hg38.fa
gtf:
hg38: $refdir/hg38/gencode.v30.annotation.gtf
1000G:
hg38: $refdir/hg38/1000G_phase1.snps.high_confidence.hg38.vcf
Indels:
hg38: $refdir/hg38/Mills_and_1000G_gold_standard.indels.hg38.vcf
DbSNP:
hg38: $refdir/hg38/dbsnp_138.hg38.vcf
star_ref: "/&&&/****c/Reference_genomes/starindex/hg38index/SAindex"
# directory structure for input and output files
datadirs:
fastq: $sourcedir/demo_data
qc: $sourcedir/qc_output
trim: $sourcedir/trimmed_files
bam: $sourcedir/pass1
sj_files: $sourcedir/sj_files
pass2: $sourcedir/pass2
RGbam: $sourcedir/RGbam
dedup: $sourcedir/dedup
splitNcigar: $sourcedir/splitNcigar
Recal1: $sourcedir/Recal1
BQSR_1: $sourcedir/BQSR_1
Recal2: $sourcedir/Recal2
BQSR_2: $sourcedir/BQSR_2
vcf: sourcedir/vcf
CombinedGvcfs: $sourcedir/CombinedGvcfs