-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
50 lines (50 loc) · 1.03 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
48
49
50
---
sample_groups:
37c: [2, 4]
ice: [1, 3]
with_triptolide: [3, 4]
no_triptolide: [1, 2]
samples:
1: "ice_no_t"
2: "37c_no_t"
3: "ice_t"
4: "37c_t"
samples_longname:
1: "ice_no_triptolide"
2: "37c_no_triptolide"
3: "ice_triptolide"
4: "37c_triptolide"
hto_mapping_to_samples:
1: 1
2: 2
3: 3
4: 4
hto_mapping_to_samples_longname:
hto1: "sample1"
hto2: "sample2"
hto3: "sample3"
hto4: "sample4"
adhoc_dir: "data/adhoc/"
external_dir: "data/external/"
interim_dir: "data/interim/"
processed_dir: "data/processed/"
raw_dir: "data/raw/cellranger-mm10/"
raw_base_dir: "data/raw/"
report_dir: "reports/"
docs_dir: "docs/"
data_owner: "DB_AKC"
data_owner_longname: "David-Bryder_Anna-Konturek-Ciesla"
project_name: "DB_AKC_citeseq"
n_threads: 16
max_memory_to_use_in_gb: 60
seed: 12345
filtering_params:
max_RNA_counts: 60000
min_RNA_counts: 5000
max_RNA_features: 9000
min_RNA_features: 2000
max_ADT_counts: 900
min_ADT_counts: 25
max_HTO_counts: 400
min_HTO_counts: 20
max_mitochondrial_percentage: 6