-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexample_config_R10.toml
37 lines (34 loc) · 1.24 KB
/
example_config_R10.toml
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
output_path = "/tmp"
global_mean_read_length = 20000 #optional
random_seed = 10
target_yield = 100000000
working_pore_percent = 90 # optional (default 85)
pore_type = "R10" #Optional, one of R10 or R9, default R9
[parameters]
sample_name = "my_sample_name"
experiment_name = "my_experiment_name"
flowcell_name = "my_flowcell_name"
experiment_duration = 4800 # unused currently
device_id = "my_device_id"
position = "my_position"
break_read_ms = 1000 # optional,, default 400
[[sample]]
name = "Sample1"
input_genome = "/path/to/genome/reference.fasta" # Path to (directory of) FASTA file(s)
mean_read_length = 40000.0
weight = 1
weights_files = ["/path/to/distribution_file_1.json", "/path/to/distribution_file_2.json"] #optional
amplicon = false # Not a PCR based run # optional
barcodes = ["Barcode01", "Barcode02"] # optional
barcode_weights = [1,2] # Optional
uneven = false # Optional
[[sample]]
name = "Sample2"
input_genome = "/path/to/genome/squiggle.npy"
mean_read_length = 40000.0
weight = 1
weights_files = ["/path/to/distribution_file_1.json", "/path/to/distrrbution_file_2.json"] #optional
amplicon = false # Not a PCR based run # optional
barcodes = ["Barcode03", "Barcode04"] # optional
barcode_weights = [1,2] # Optional
uneven = false # Optional