-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_test.toml
More file actions
47 lines (43 loc) · 922 Bytes
/
Copy pathexample_test.toml
File metadata and controls
47 lines (43 loc) · 922 Bytes
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
[conditions]
reference = "/home/rory/data/refs/2019-nCoV.fa"
[caller_settings]
config_name = "dna_r9.4.1_450bps_fast"
host = "localhost"
port = "5555"
barcode_kits = [ "SQK-RLB001",]
[conditions.classified]
name = "classified"
control = false
min_chunks = "0"
max_chunks = "2"
targets = []
single_on = "stop_receiving"
multi_on = "stop_receiving"
single_off = "stop_receiving"
multi_off = "stop_receiving"
no_seq = "proceed"
no_map = "proceed"
[conditions.unclassified]
name = "unclassified_reads"
control = false
min_chunks = "0"
max_chunks = "2"
targets = []
single_on = "unblock"
single_off = "unblock"
multi_on = "unblock"
multi_off = "unblock"
no_seq = "proceed"
no_map = "proceed"
[conditions.barcode02]
name = "barcode02"
control = false
min_chunks = "0"
max_chunks = "2"
targets = []
single_on = "unblock"
single_off = "unblock"
multi_on = "unblock"
multi_off = "unblock"
no_seq = "proceed"
no_map = "proceed"