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
6f20e990
Commit
6f20e990
authored
Dec 04, 2015
by
Peter van 't Hof
Browse files
Fixed name output dir
parent
5b602ecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsSingle.scala
View file @
6f20e990
...
...
@@ -110,7 +110,7 @@ class GearsSingle(val root: Configurable) extends QScript with SummaryQScript wi
if
(
gearsUserQiimeRtax
)
{
val
qiimeRatx
=
new
GearsQiimeRtax
(
this
)
qiimeRatx
.
outputDir
=
new
File
(
outputDir
,
"qiime_r
a
tx"
)
qiimeRatx
.
outputDir
=
new
File
(
outputDir
,
"qiime_rt
a
x"
)
qiimeRatx
.
fastaR1
=
fastaR1
qiimeRatx
.
fastaR2
=
fastaR2
qiimeRatx
.
init
()
...
...
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