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
bcfc47fd
Commit
bcfc47fd
authored
Dec 22, 2015
by
Peter van 't Hof
Browse files
Style fixes
parent
000db84e
Changes
3
Hide whitespace changes
Inline
Side-by-side
protected/biopet-gatk-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/gatk/broad/HaplotypeCaller.scala
View file @
bcfc47fd
...
...
@@ -8,7 +8,7 @@ package nl.lumc.sasc.biopet.extensions.gatk.broad
import
java.io.File
import
nl.lumc.sasc.biopet.utils.config.Configurable
import
org.broadinstitute.gatk.utils.commandline.
{
Gather
,
Output
}
import
org.broadinstitute.gatk.utils.commandline.
{
Gather
,
Output
}
import
org.broadinstitute.gatk.utils.variant.GATKVCFIndexType
class
HaplotypeCaller
(
val
root
:
Configurable
)
extends
org
.
broadinstitute
.
gatk
.
queue
.
extensions
.
gatk
.
HaplotypeCaller
with
GatkGeneral
{
...
...
protected/biopet-gatk-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/gatk/broad/IndelRealigner.scala
View file @
bcfc47fd
...
...
@@ -8,7 +8,7 @@ package nl.lumc.sasc.biopet.extensions.gatk.broad
import
java.io.File
import
nl.lumc.sasc.biopet.utils.config.Configurable
import
org.broadinstitute.gatk.utils.commandline.
{
Gather
,
Output
}
import
org.broadinstitute.gatk.utils.commandline.
{
Gather
,
Output
}
class
IndelRealigner
(
val
root
:
Configurable
)
extends
org
.
broadinstitute
.
gatk
.
queue
.
extensions
.
gatk
.
IndelRealigner
with
GatkGeneral
{
...
...
protected/biopet-gatk-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/gatk/broad/UnifiedGenotyper.scala
View file @
bcfc47fd
...
...
@@ -8,7 +8,7 @@ package nl.lumc.sasc.biopet.extensions.gatk.broad
import
java.io.File
import
nl.lumc.sasc.biopet.utils.config.Configurable
import
org.broadinstitute.gatk.utils.commandline.
{
Gather
,
Output
}
import
org.broadinstitute.gatk.utils.commandline.
{
Gather
,
Output
}
class
UnifiedGenotyper
(
val
root
:
Configurable
)
extends
org
.
broadinstitute
.
gatk
.
queue
.
extensions
.
gatk
.
UnifiedGenotyper
with
GatkGeneral
{
...
...
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