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

Fix jobname

parent 25e1302f
No related branches found
No related tags found
Loading
...@@ -23,7 +23,7 @@ class Cutadapt(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Cutada ...@@ -23,7 +23,7 @@ class Cutadapt(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Cutada
override def cmdLine = { override def cmdLine = {
if (!opt_adapter.isEmpty || !opt_anywhere.isEmpty || !opt_front.isEmpty) { if (!opt_adapter.isEmpty || !opt_anywhere.isEmpty || !opt_front.isEmpty) {
analysisName = getClass.getName analysisName = getClass.getSimpleName
super.cmdLine super.cmdLine
} else { } else {
analysisName = getClass.getSimpleName + "-ln" analysisName = getClass.getSimpleName + "-ln"
......
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