Skip to content
GitLab
Menu
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
abebcb0a
Commit
abebcb0a
authored
Feb 03, 2015
by
bow
Browse files
Refactor Cutadapt check in Flexiprep
parent
353dc276
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Cutadapt.scala
View file @
abebcb0a
...
...
@@ -40,7 +40,7 @@ class Cutadapt(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Cutada
}
override
def
cmdLine
=
{
if
(
!
opt_adapter
.
is
Empty
||
!
opt_anywhere
.
is
Empty
||
!
opt_front
.
is
Empty
)
{
if
(
opt_adapter
.
non
Empty
||
opt_anywhere
.
non
Empty
||
opt_front
.
non
Empty
)
{
analysisName
=
getClass
.
getSimpleName
super
.
cmdLine
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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