Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
2fe05703
Commit
2fe05703
authored
9 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
Add summary to toucan
parent
3584a778
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
+7
-1
7 additions, 1 deletion
...n/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
with
7 additions
and
1 deletion
public/toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
+
7
−
1
View file @
2fe05703
...
...
@@ -16,6 +16,7 @@
package
nl.lumc.sasc.biopet.pipelines.toucan
import
nl.lumc.sasc.biopet.core.config.Configurable
import
nl.lumc.sasc.biopet.core.summary.SummaryQScript
import
nl.lumc.sasc.biopet.core.
{
BiopetQScript
,
PipelineCommand
,
Reference
}
import
nl.lumc.sasc.biopet.extensions.VariantEffectPredictor
import
nl.lumc.sasc.biopet.tools.VepNormalizer
...
...
@@ -27,7 +28,7 @@ import org.broadinstitute.gatk.queue.QScript
*
* Created by ahbbollen on 15-1-15.
*/
class
Toucan
(
val
root
:
Configurable
)
extends
QScript
with
BiopetQScript
with
Reference
{
class
Toucan
(
val
root
:
Configurable
)
extends
QScript
with
BiopetQScript
with
SummaryQScript
with
Reference
{
def
this
()
=
this
(
null
)
@Input
(
doc
=
"Input VCF file"
,
shortName
=
"Input"
,
required
=
true
)
...
...
@@ -56,6 +57,11 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Ref
add
(
normalizer
)
}
def
summaryFile
=
new
File
(
outputDir
,
"Toucan.summary.json"
)
def
summaryFiles
=
Map
()
def
summarySettings
=
Map
()
}
object
Toucan
extends
PipelineCommand
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment