Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
remove old guppy_basecaller parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestSi authored Apr 5, 2020
1 parent dbd42bc commit 8e2bebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MinION_mobile_lab.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ cat(text = paste0("Basecalling started at ", date()), sep = "\n")

num_threads_caller <- round(num_threads/4)
if (fast_basecalling_flag == 1) {
system(paste0(basecaller, " -r -i ", d1, " --cpu_threads_per_caller ", num_threads_caller, " --num_callers 4", " -c dna_r9.4.1_450bps_fast.cfg --hp_correct TRUE --fast5_out -s ", d2_basecalling, " --disable_pings"))
system(paste0(basecaller, " -r -i ", d1, " --cpu_threads_per_caller ", num_threads_caller, " --num_callers 4", " -c dna_r9.4.1_450bps_fast.cfg --fast5_out -s ", d2_basecalling, " --disable_pings"))
} else {
system(paste0(basecaller, " -r -i ", d1, " --cpu_threads_per_caller ", num_threads_caller, " --num_callers 4", " --flowcell ", flowcell, " --kit ", kit, " --hp_correct TRUE --fast5_out -s ", d2_basecalling, " --disable_pings"))
system(paste0(basecaller, " -r -i ", d1, " --cpu_threads_per_caller ", num_threads_caller, " --num_callers 4", " --flowcell ", flowcell, " --kit ", kit, " --fast5_out -s ", d2_basecalling, " --disable_pings"))
}

if (pair_strands_flag == 1) {
Expand Down

0 comments on commit 8e2bebd

Please sign in to comment.