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
449889d4
Commit
449889d4
authored
Jul 11, 2017
by
Peter van 't Hof
Browse files
Fixing code warnings
parent
d793f5dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/gatk/ContEst.scala
View file @
449889d4
...
...
@@ -2,9 +2,7 @@ package nl.lumc.sasc.biopet.extensions.gatk
import
java.io.File
import
nl.lumc.sasc.biopet.extensions.gatk.CommandLineGATK.isFileWithTag
import
nl.lumc.sasc.biopet.utils.config.Configurable
import
org.broadinstitute.gatk.queue.extensions.gatk.TaggedFile
import
org.broadinstitute.gatk.utils.commandline.
{
Argument
,
Input
,
Output
}
class
ContEst
(
val
parent
:
Configurable
)
extends
CommandLineGATK
{
...
...
@@ -59,7 +57,7 @@ class ContEst(val parent: Configurable) extends CommandLineGATK {
@Argument
(
fullName
=
"trim_fraction"
,
required
=
false
)
var
trimFraction
:
Option
[
Double
]
=
config
(
"trim_fraction"
)
override
def
cmdLine
=
super
.
cmdLine
+
override
def
cmdLine
:
String
=
super
.
cmdLine
+
required
(
"--popfile"
,
popFile
)
+
required
(
"--out"
,
output
)
+
optional
(
"--base_report"
,
baseReportFile
)
+
...
...
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