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

change to non-freevar

parent f072f096
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ trait BiopetCommandLineFunction extends CommandLineResources { biopetFunction =>
def defaultRemoteCommand = "bash"
private val remoteCommand: String = config("remote_command", default = defaultRemoteCommand)
val preCommands: List[String] = config("pre_commands", default = Nil)
val preCommands: List[String] = config("pre_commands", default = Nil, freeVar = false)
private def changeScript(file: File): Unit = {
val lines = Source.fromFile(file).getLines().toList
......
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