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
83f7e56d
Commit
83f7e56d
authored
Mar 22, 2017
by
Peter van 't Hof
Browse files
Fixing insertsize plot in report
parent
4ff7fc14
Changes
1
Hide whitespace changes
Inline
Side-by-side
mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/MultisampleMappingReport.scala
View file @
83f7e56d
...
...
@@ -59,8 +59,7 @@ trait MultisampleMappingReportTrait extends MultisampleReportBuilder {
library
=
NoLibrary
,
mustHaveSample
=
true
),
Duration
.
Inf
)
>=
1
val
rnaExecuted
=
Await
.
result
(
summary
.
getStatsSize
(
runId
,
"bammetrics"
,
"rna"
,
library
=
NoLibrary
,
mustHaveSample
=
true
),
Duration
.
Inf
)
>=
1
val
insertsizeExecuted
=
Await
.
result
(
summary
.
getStatsSize
(
runId
,
"bammetrics"
,
"CollectInsertSizeMetrics"
,
library
=
NoLibrary
,
mustHaveSample
=
true
),
Duration
.
Inf
)
>=
1
val
insertsizeExecuted
=
summary
.
getSettingsForSamples
(
runId
,
pipelineName
,
NoModule
,
keyValues
=
Map
()).
count
(
_
.
_2
(
"paired"
)
==
Some
(
true
))
>=
1
val
mappingExecuted
=
Await
.
result
(
summary
.
getStatsSize
(
runId
,
"mapping"
,
NoModule
,
mustHaveLibrary
=
true
),
Duration
.
Inf
)
>=
1
val
mappingSettings
=
summary
.
getSettingsForLibraries
(
runId
,
"mapping"
,
NoModule
,
keyValues
=
Map
(
"paired"
->
List
(
"paired"
)))
val
pairedFound
=
!
mappingExecuted
||
mappingSettings
.
exists
(
_
.
_2
.
exists
(
_
.
_2
==
Option
(
true
)))
...
...
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