Skip to content
Snippets Groups Projects
Commit 2b26dc69 authored by bow's avatar bow
Browse files

Use proper repeat argument creation

parent 3ed4b2e0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,6 @@ class Hist2Count(val root: Configurable) extends PythonCommandLineFunction {
getPythonCommand +
required("-i", input) +
required("-o", outputGeneLevelCount) +
optional("-c", copyColumn.mkString(" "))
optional("-c", repeat(copyColumn), escape = false)
}
}
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