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
9789e9e6
Commit
9789e9e6
authored
Mar 08, 2015
by
bow
Browse files
Add library pair information to sample metrics
parent
1de28c56
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
View file @
9789e9e6
...
...
@@ -351,11 +351,14 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
override
def
sampleDir
:
File
=
new
File
(
outputDir
,
"sample_"
+
sampleId
)
/** Summary stats of the sample */
def
summaryStats
:
Map
[
String
,
Any
]
=
Map
()
def
summaryStats
:
Map
[
String
,
Any
]
=
Map
(
"all_paired"
->
allPaired
,
"all_single"
->
allSingle
)
/** Summary files of the sample */
def
summaryFiles
:
Map
[
String
,
File
]
=
Map
(
"alignment"
->
alnFile
,
"alignment"
->
alnFile
)
++
Map
(
"gene_fragments_count"
->
geneFragmentsCount
,
"exon_fragments_count"
->
exonFragmentsCount
,
...
...
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