Skip to content
Snippets Groups Projects
Commit 313e4e59 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix exitcode on version command

parent eac6893d
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,5 @@ abstract class Seqtk extends BiopetCommandLineFunction {
executable = config("exe", default = "seqtk", submodule = "seqtk")
override def versionCommand = executable
override val versionRegex = """Version: (.*)""".r
override val versionExitcode = List(0, 1)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment