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
30839b70
Commit
30839b70
authored
Aug 07, 2014
by
Peter van 't Hof
Browse files
Fix jobname
parent
25e1302f
Changes
1
Hide whitespace changes
Inline
Side-by-side
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Cutadapt.scala
View file @
30839b70
...
...
@@ -23,7 +23,7 @@ class Cutadapt(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Cutada
override
def
cmdLine
=
{
if
(!
opt_adapter
.
isEmpty
||
!
opt_anywhere
.
isEmpty
||
!
opt_front
.
isEmpty
)
{
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