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
ab720cdd
Commit
ab720cdd
authored
Feb 13, 2017
by
Peter van 't Hof
Browse files
Fixed compile error
parent
a32ce842
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-utils/src/main/scala/nl/lumc/sasc/biopet/utils/summary/db/Schema.scala
View file @
ab720cdd
...
...
@@ -118,7 +118,7 @@ object Schema {
}
val
files
=
TableQuery
[
Files
]
case
class
Executable
(
runId
:
Int
,
toolName
:
String
,
version
:
Option
[
String
],
path
=
Option
[
String
],
javaVersion
:
Option
[
String
],
exeMd5
:
Option
[
String
],
javaMd5
:
Option
[
String
],
jarPath
:
Option
[
String
])
case
class
Executable
(
runId
:
Int
,
toolName
:
String
,
version
:
Option
[
String
],
path
:
Option
[
String
],
javaVersion
:
Option
[
String
],
exeMd5
:
Option
[
String
],
javaMd5
:
Option
[
String
],
jarPath
:
Option
[
String
])
class
Executables
(
tag
:
Tag
)
extends
Table
[
Executable
](
tag
,
"Executables"
)
{
def
runId
=
column
[
Int
](
"runId"
)
def
toolName
=
column
[
String
](
"toolName"
)
...
...
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