-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) · 1.18 KB
/
config.json
File metadata and controls
38 lines (38 loc) · 1.18 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
{
"global_tmp_dir": "$SNIC_TMP",
"bowtie2_rules": {
"load_env": "",
"platform": "Illumina",
"mapping_params": {
"default": "",
"local": "--local"
}
},
"samtools_rules": {
"load_env": "",
"picard_jars": "/sw/apps/bioinfo/picard/1.118/milou",
"threads_for_sorting": "16"
},
"bowtie2_quant_rules": {
"load_env": "",
"load_htseq_env": "",
"gene_prediction": "prodigal",
"references": {},
"samples": {},
"units": {},
"reference_for_ref_set": {},
"mapping_params": {
"default": "",
"local": "--local"
},
"prodigal_parameters_used": "default-meta",
"mapper": "bowtie2",
"scripts_dir": "scripts",
"read_length_script": "toolbox/scripts/gene_length.py",
"rpkm_table_script": "toolbox/scripts/rpkm_table.py",
"tpm_table_script": "toolbox/scripts/tpm_table.py",
"raw_counts_table_script": "toolbox/scripts/raw_counts.py",
"split_ref_sets": {},
"rpkm_annotations_table_script": "BLUEPRINT_pipeline/toolbox/scripts/rpkm_annotations_table.py"
}
}