Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mirrors
biopet.biopet
Commits
83f7e56d
Commit
83f7e56d
authored
Mar 22, 2017
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing insertsize plot in report
parent
4ff7fc14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/MultisampleMappingReport.scala
...c/biopet/pipelines/mapping/MultisampleMappingReport.scala
+1
-2
No files found.
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
Markdown
is supported
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