-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
76 lines (72 loc) · 2.77 KB
/
project.json
File metadata and controls
76 lines (72 loc) · 2.77 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"project": {
"id": "hg-chr21+22-test",
"analyst": "C. Darwin",
"pi": "na",
"poc": "na",
"organism": "Homo sapiens",
"pipeline": "test",
"version": "1.0"
},
"references": {
"GENOME": "/ngs/Sequence/reference/human/hg18/bundle/chr21+22.fasta",
"INDELSITES": "/ngs/Sequence/reference/human/hg18/bundle/Mills_and_1000G_gold_standard.indels.hg18.vcf",
"NOVOINDEX": "/ngs/Sequence/reference/human/hg18/bundle/human_g1k_v37_iupac.nix",
"REFFLAT": "/ngs/Sequence/reference/hg18/bundle/SureSelect/SS_exome.txt",
"SNPSITES": "/ngs/Sequence/reference/human/hg18/bundle/dbsnp_138.hg18.vcf"
},
"samples": {
"hs1": ["normal"],
"hs2": ["tumor"]
},
"pairs": {
"hs1+hs2": ["hs1","hs2"]
},
"platform": "Illumina",
"mapping_params": {
"default": ""
},
"bin": {
"BWA": "/home/david/Builds/bwa-0.7.10/bwa",
"ANNOVAR1": "/ngs/bin/annovar/convert2annovar.pl",
"ANNOVAR2": "/ngs/bin/annovar/table_annovar.pl",
"COVCALC": "/ngs/bin/Coverage_calc4.pl",
"COVFREQ": "/ngs/bin/Cov_Frequency3.R",
"GATK": "/ngs/bin/java -Xmx2g -jar /ngs/bin/Gatk/GenomeAnalysisTK.jar",
"MARKDUPS": "picard-tools MarkDuplicates",
"PICARD1": "picard-tools AddOrReplaceReadGroups",
"PICARD2": "picard-tools CollectInsertSizeMetrics",
"PICHIST": "/ngs/bin/picardhist.R",
"QCAL": "/ngs/bin/qcalplot.R",
"READDIST": "/ngs/bin/ReadDist.R",
"VARSCAN": "java -jar /ngs/bin/VarScan.v2.3.7.jar"
},
"paths": {
"ANNDIR": "/ngs/bin/annovar/humandb/"
},
"constants": {
"ADAPTER1": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC",
"ADAPTER2": "AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTAGATCTCGGTGGTCGCCGTATCATT"
},
"rules": {
"map_pe":["exomeseq-pairs"],
"index_ref":["exomeseq-pairs"],
"annovar":["exomeseq-pairs"],
"checkqc":["exomeseq-pairs"],
"sam2bam":["exomeseq-pairs"],
"flagstats":["exomeseq-pairs"],
"flagstats_dedup":["exomeseq-pairs"],
"coverage_qc":["exomeseq-pairs"],
"headers":["exomeseq-pairs"],
"markdups":["exomeseq-pairs"],
"mpileup":["exomeseq-pairs"],
"realign":["exomeseq-pairs"],
"recal":["exomeseq-pairs"],
"sam2bam":["exomeseq-pairs"],
"sort":["exomeseq-pairs"],
"varscan":["exomeseq-pairs"]
},
"final": {
"exomeseq-pairs": "Rules/all-exomeseq-pairs.rl"
}
}