Skip to content
Snippets Groups Projects
Commit 9fbc2376 authored by Sander Bollen's avatar Sander Bollen
Browse files

fix tiny setting

parent 6ebf4f39
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class BcftoolsView(val root: Configurable) extends Bcftools {
var headerOnly: Boolean = config("header_only", false)
@Argument(doc = "Compression level", required = false)
var compressionLevel: Int = 9
var compressionLevel: Int = config("compression_level", default = 9)
@Argument(doc = "output type", required = false)
var outputType: String = "z"
......
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