-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTool.config
executable file
·60 lines (60 loc) · 1.53 KB
/
Tool.config
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
{
"config": {
"transcriptome": {
"usage": "T",
"fastq":"",
"bam":"",
"readcounts":"GD660.GeneQuantCount.txt",
"gene_length_file":"gencode.v24.annotation.gtf.gene_length_unionexon.txt",
"TPM":"",
"RSEM":{
"rsem_path":"",
"pnum": "",
"paired-end":"",
"reffile":"",
"mapping_software":"",
"mapping_software_path":"",
"output_genome_bam":"",
"estimate-rspd":"",
"append_names":""
},
"transcriptomeQC":{
"RLEFilterPercent":0.05,
"DSFilterPercent":0.05,
"hcluster":{
"topk_genes":100,
"cluster_percent":0.6,
"pvalues.cut":0.05,
"cluster_level":5
},
"low_expr_TPM":0.1,
"low_expr_TPM_percent":0.2,
"TPM_pseudo_count":0.01,
"covariants":"TRUE",
"covariants_file":"test.cov",
"gender_check":{
"Female_specific_gene":"ENSG00000229807",
"Male_specific_gene":"ENSG00000129824"
}
}
},
"genotyping": {
"usage": "F" ,
"plink":"/home/junpeng/Documents/project/GenoType/plink-1.07-x86_64/DATA.CleanSNPs",
"VCF":"",
"workdir":"/home/junpeng/Documents/GEUV",
"genotyping_rate":"0.05",
"call_rate":"0.05",
"HWE":"1e-6",
"MAF":"0.01",
"F_outlier_n_sd":"4",
"smartpca":{
"m":"5",
"k":"2",
"t":"2"
},
"population":"Hapmap3.QC",
"Imputation":"TRUE"
}
}
}