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
b98a0345
Commit
b98a0345
authored
Dec 10, 2015
by
Peter van 't Hof
Browse files
fixed outputDir flexiprep
parent
7f48f593
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsSingle.scala
View file @
b98a0345
...
...
@@ -92,6 +92,7 @@ class GearsSingle(val root: Configurable) extends QScript with SummaryQScript wi
val
flexiprep
=
new
Flexiprep
(
this
)
flexiprep
.
input_R1
=
r1
flexiprep
.
input_R2
=
r2
flexiprep
.
outputDir
=
new
File
(
outputDir
,
"flexiprep"
)
flexiprep
.
init
()
flexiprep
.
biopetScript
()
addAll
(
flexiprep
.
functions
)
...
...
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