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
ab720cdd
Commit
ab720cdd
authored
Feb 13, 2017
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compile error
parent
a32ce842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
biopet-utils/src/main/scala/nl/lumc/sasc/biopet/utils/summary/db/Schema.scala
...n/scala/nl/lumc/sasc/biopet/utils/summary/db/Schema.scala
+1
-1
No files found.
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
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