-
Notifications
You must be signed in to change notification settings - Fork 1
/
BrdU_Configuration4megalodon.cfg
31 lines (26 loc) · 1.07 KB
/
BrdU_Configuration4megalodon.cfg
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
# Basic configuration file for ONT Guppy basecaller software.
# Data trimming.
trim_strategy = dna
trim_threshold = 2.5
trim_min_events = 3
# Basecalling.
model_file = ./BrdU_Basecalling/model_adversial_bug.json
chunk_size = 2000
gpu_runners_per_device = 4
chunks_per_runner = 512
chunks_per_caller = 10000
overlap = 50
qscore_offset = 0.4364
qscore_scale = 0.8409
builtin_scripts = 1
# Calibration strand detection
calib_reference = lambda_3.6kb.fasta
calib_min_sequence_length = 3000
calib_max_sequence_length = 3800
calib_min_coverage = 0.6
# Output.
records_per_fastq = 4000
min_qscore = 7.0
# Telemetry
#ping_url = https://ping.oxfordnanoportal.com/basecall
#ping_segment_duration = 60