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

Fix class name for report

parent ee8bfca5
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class SeqtkSeq(root: Configurable) extends nl.lumc.sasc.biopet.extensions.seqtk.
override def cmdLine = {
if (Q != None) {
analysisName = getClass.getName
analysisName = getClass.getSimpleName
super.cmdLine
} else {
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