Skip to content

Commit

Permalink
Message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs committed Jan 26, 2024
1 parent 559c1ea commit 2a85249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/jetbrains/bio/span/SpanCLAAnalyze.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ object SpanCLAAnalyze {
val modelPath = options.valueOf("model") as Path?
val keepCacheFiles = "keep-cache" in options
checkOrFail(peaksPath != null || modelPath != null || keepCacheFiles) {
"At least one of the parameters is required: --peaks, --model or --keep-cache"
"At least one of the parameters is required: --peaks, --model or --keep-cache."
}

val labelsPath = options.valueOf("labels") as Path?
Expand Down

0 comments on commit 2a85249

Please sign in to comment.