Skip to content
Snippets Groups Projects
Commit 6b7aaacf authored by sajvanderzeeuw's avatar sajvanderzeeuw
Browse files

Changes made to alter the number of GC cores

parent 5c3e9590
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import org.broadinstitute.gatk.utils.commandline.{ Input, Output, Argument }
class SamToFastq(val root: Configurable) extends Picard {
javaMainClass = "picard.sam.SamToFastq"
javaGCThreads = config("gcthreads", default = 2)
@Input(doc = "The input SAM or BAM files to analyze.", required = true)
var input: File = _
......
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