-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathexample_config.toml
More file actions
37 lines (34 loc) · 1.32 KB
/
Copy pathexample_config.toml
File metadata and controls
37 lines (34 loc) · 1.32 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
output_path = "/tmp" # Path to write output fast5 to
global_mean_read_length = 20000 #optional
random_seed = 10
target_yield = 100000000
working_pore_percent = 90 # optional (default 85)
pore_type = "R9" #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/squiggle.npy" # Path to (directory of) pregenerated squiggle file(s)
mean_read_length = 40000.0
weight = 1
weights_files = ["/path/to/distribution_file_1.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_suiggles/" # Contains 2 squiggles
mean_read_length = 40000.0
weight = 1
weights_files = ["/path/to/distribution_file_1.json", "/path/to/distribution_file_2.json"] #optional - must match number of files represented in `input_genome`
amplicon = false # Not a PCR based run # optional
barcodes = ["Barcode03", "Barcode04"] # optional
barcode_weights = [1,2] # Optional
uneven = false # Optional