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

Fix wrong Picard class for Picard ReorderSam

parent 1fb00ca7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ import nl.lumc.sasc.biopet.core.config.Configurable
class ReorderSam(val root: Configurable) extends Picard {
javaMainClass = "picard.sam.GatherBamFiles"
javaMainClass = "picard.sam.ReorderSam"
@Input(doc = "Input SAM or BAM file", required = true)
var input: File = null
......
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