Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
9ff06b99
Commit
9ff06b99
authored
Aug 12, 2014
by
Peter van 't Hof
Browse files
Fix class name for report
parent
ee8bfca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/SeqtkSeq.scala
View file @
9ff06b99
...
...
@@ -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
.
get
Simple
Name
super
.
cmdLine
}
else
{
analysisName
=
getClass
.
getSimpleName
+
"-ln"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment