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

Fix jobreport

parent 7fd9c6c6
Branches
Tags
No related merge requests found
......@@ -225,7 +225,6 @@ trait BiopetCommandLineFunction extends CommandLineResources { biopetFunction =>
cmdLine +
stdinFile.map(file => " < " + required(file.getAbsoluteFile)).getOrElse("") +
stdoutFile.map(file => " > " + required(file.getAbsoluteFile)).getOrElse("")
addJobReportBinding("command", cmd)
cmd
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment