Skip to content
Snippets Groups Projects
Commit f5ffdbb4 authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

sequenceDictionary is a File... fixed

parent ec9a7972
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class SortVcf(val root: Configurable) extends Picard {
var output: File = _
@Argument(doc = "Sequence dictionary to use", required = false)
var sequenceDictionary: String = config("sort_order", default = "coordinate")
var sequenceDictionary: File = _
/** Returns command to execute */
override def cmdLine = super.cmdLine +
......
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