Skip to content

Commit

Permalink
remora_model_path
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStudio8 committed Aug 9, 2023
1 parent 50504f0 commit b465714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Expand Up @@ -246,8 +246,8 @@ workflow {
if (params.basecaller_cfg && params.basecaller_model_path) {
log.warn("--basecaller_cfg and --basecaller_model_path both provided. Custom remora model path (${params.basecaller_cfg}) will override enum choice (${params.basecaller_model_path}).")
}
if (params.remora_cfg && params.remora_cfg_path) {
log.warn("--remora_cfg and --remora_model_path both provided. Custom remora model path (${params.remora_cfg_path}) will override enum choice (${params.remora_cfg}).")
if (params.remora_cfg && params.remora_model_path) {
log.warn("--remora_cfg and --remora_model_path both provided. Custom remora model path (${params.remora_model_path}) will override enum choice (${params.remora_cfg}).")
}

// Ensure modbase threads are set if calling them
Expand Down

0 comments on commit b465714

Please sign in to comment.