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
SASC
sentinel-legacy
Commits
6689ded3
Commit
6689ded3
authored
Jun 29, 2015
by
bow
Browse files
Rename RunRecord.name -> RunRecord.runName
parent
e3d4b41f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/scala/nl/lumc/sasc/sentinel/models/BaseRunRecord.scala
View file @
6689ded3
...
...
@@ -25,7 +25,7 @@ import org.bson.types.ObjectId
@Salat
abstract
class
BaseRunRecord
{
/** Run name. */
def
n
ame
:
Option
[
String
]
def
runN
ame
:
Option
[
String
]
/** Database run ID. */
def
runId
:
ObjectId
...
...
@@ -63,7 +63,7 @@ case class RunRecord(
nSamples
:
Int
,
nLibs
:
Int
,
creationTimeUtc
:
Date
,
n
ame
:
Option
[
String
]
=
None
,
runN
ame
:
Option
[
String
]
=
None
,
deletionTimeUtc
:
Option
[
Date
]
=
None
,
sampleIds
:
Seq
[
ObjectId
]
=
Seq
(),
refId
:
Option
[
ObjectId
]
=
None
,
...
...
src/main/scala/nl/lumc/sasc/sentinel/processors/gentrap/GentrapV04InputProcessor.scala
View file @
6689ded3
...
...
@@ -237,7 +237,7 @@ class GentrapV04InputProcessor(protected val mongo: MongodbAccessObject)
runId
=
fileId
,
// NOTE: runId kept intentionally the same as fileId
refId
=
Option
(
refId
),
annotIds
=
Option
(
annotIds
),
n
ame
=
runName
,
runN
ame
=
runName
,
sampleIds
=
samples
.
map
(
_
.
id
),
creationTimeUtc
=
getUtcTimeNow
,
uploaderId
=
user
.
id
,
...
...
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