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
189a25d4
Commit
189a25d4
authored
Jan 12, 2016
by
Peter van 't Hof
Browse files
Added html report to pipeline
parent
759b7f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
View file @
189a25d4
...
...
@@ -19,6 +19,7 @@ import java.io.File
import
nl.lumc.sasc.biopet.FullVersion
import
nl.lumc.sasc.biopet.core._
import
nl.lumc.sasc.biopet.core.report.ReportBuilderExtension
import
nl.lumc.sasc.biopet.extensions.picard.
{
MergeSamFiles
,
SortSam
}
import
nl.lumc.sasc.biopet.extensions.samtools.SamtoolsView
import
nl.lumc.sasc.biopet.extensions.tools.
{
MergeTables
,
WipeReads
}
...
...
@@ -53,6 +54,13 @@ class Gentrap(val root: Configurable) extends QScript
// alternative constructor for initialization with empty configuration
def
this
()
=
this
(
null
)
override
def
reportClass
:
Option
[
ReportBuilderExtension
]
=
{
val
report
=
new
GentrapReport
(
this
)
report
.
outputDir
=
new
File
(
outputDir
,
"report"
)
report
.
summaryFile
=
summaryFile
Some
(
report
)
}
/** Split aligner to use */
var
aligner
:
String
=
config
(
"aligner"
,
default
=
"gsnap"
)
...
...
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