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
d8464ae3
Commit
d8464ae3
authored
Feb 16, 2015
by
Peter van 't Hof
Browse files
Fix output dirs
parent
862aefe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/scripts/CoverageStats.scala
View file @
d8464ae3
...
...
@@ -39,7 +39,7 @@ class CoverageStats(val root: Configurable) extends PythonCommandLineFunction {
}
object
CoverageStats
{
def
apply
(
root
:
Configurable
,
input
:
File
,
outputDir
:
String
)
:
CoverageStats
=
{
def
apply
(
root
:
Configurable
,
input
:
File
,
outputDir
:
File
)
:
CoverageStats
=
{
val
coverageStats
=
new
CoverageStats
(
root
)
coverageStats
.
input
=
input
coverageStats
.
output
=
new
File
(
outputDir
,
input
.
getName
+
".stats"
)
...
...
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