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

autostyle changes

parent fcc7d9bf
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ class HaplotypeCallerGvcf(val root: Configurable) extends Variantcaller {
protected def defaultPrio = 5
/**
*
*/
* Map of sample name -> gvcf. May be empty.
*/
protected var gVcfFiles: Map[String, File] = Map()
def getGvcfs = gVcfFiles
......
......@@ -29,8 +29,8 @@ trait Variantcaller extends QScript with BiopetQScript with Reference {
var namePrefix: String = _
/**
* Map of samplename -> (preprocessed) bam file
*/
* Map of samplename -> (preprocessed) bam file
*/
var inputBams: Map[String, File] = _
def init() = {}
......
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