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
4fee107f
Commit
4fee107f
authored
Apr 20, 2017
by
pjvan_thof
Browse files
Fix compile error
parent
112a7299
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/freec/FreeC.scala
View file @
4fee107f
...
...
@@ -84,7 +84,6 @@ class FreeC(val parent: Configurable) extends BiopetCommandLineFunction with Ref
var
minExpectedGC
:
Option
[
Double
]
=
config
(
"minExpectedGC"
)
var
maxExpectedGC
:
Option
[
Double
]
=
config
(
"maxExpectedGC"
)
var
minimalSubclonePresence
:
Option
[
Int
]
=
config
(
"minimalSubclonePresence"
)
var
maxThreads
:
Int
=
getThreads
var
noisyData
:
Boolean
=
config
(
"noisyData"
,
default
=
false
)
//var outputDir: File
...
...
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