Skip to content
Snippets Groups Projects
Commit 45e7833e authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Format fix

parent 8ca365cb
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
@Input(doc = "deps", required = false)
var deps: List[File] = Nil
var threads = 0
val defaultThreads = 1
......@@ -46,12 +45,12 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
* Can override this method. This is executed just before the job is ready to run.
* Can check on run time files from pipeline here
*/
protected[core] def beforeCmd { }
protected[core] def beforeCmd {}
/**
* Can override this method. This is executed after the script is done en queue starts to generate the graph
*/
protected[core] def afterGraph { }
protected[core] def afterGraph {}
//TODO: function need rename to beforeGraph
/**
......
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