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
e5dd66c8
Commit
e5dd66c8
authored
10 years ago
by
bow
Browse files
Options
Downloads
Patches
Plain Diff
Rename for consistency
parent
51031007
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/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
+3
-3
3 additions, 3 deletions
...scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
with
3 additions
and
3 deletions
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
+
3
−
3
View file @
e5dd66c8
...
...
@@ -198,7 +198,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
private
lazy
val
isoFpkmCufflinksBlindHeatmapJob
=
makeHeatmapJob
(
isoFpkmCufflinksBlindJob
,
"isoforms_fpkm_cufflinks_blind"
,
CufflinksBlind
,
true
)
private
lazy
val
merge
d
Tables
:
Map
[
String
,
Option
[
MergeTables
]]
=
Map
(
private
lazy
val
mergeTable
Job
s
:
Map
[
String
,
Option
[
MergeTables
]]
=
Map
(
"gene_fragments_count"
->
geneFragmentsCountJob
,
"exon_fragments_count"
->
exonFragmentsCountJob
,
"gene_bases_count"
->
geneBasesCountJob
,
...
...
@@ -229,7 +229,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
/** Files that will be listed in the summary file */
def
summaryFiles
:
Map
[
String
,
File
]
=
merge
d
Tables
.
collect
{
case
(
key
,
Some
(
value
))
=>
key
->
value
.
output
}
++
mergeTable
Job
s
.
collect
{
case
(
key
,
Some
(
value
))
=>
key
->
value
.
output
}
++
heatmapJobs
.
collect
{
case
(
key
,
Some
(
value
))
=>
key
->
value
.
output
}
/** Statistics shown in the summary file */
...
...
@@ -293,7 +293,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
def
addMultiSampleJobs
()
:
Unit
=
{
// merge expression tables
merge
d
Tables
.
values
.
foreach
{
case
maybeJob
=>
maybeJob
.
foreach
(
add
(
_
))
}
mergeTable
Job
s
.
values
.
foreach
{
case
maybeJob
=>
maybeJob
.
foreach
(
add
(
_
))
}
// add heatmap jobs
heatmapJobs
.
values
.
foreach
{
case
maybeJob
=>
maybeJob
.
foreach
(
add
(
_
))
}
// plot heatmap for each expression measure if sample is > 1
...
...
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