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
a87e2991
Commit
a87e2991
authored
Sep 18, 2015
by
Peter van 't Hof
Browse files
Add comment
parent
bd6eae2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/extensions/CheckChecksum.scala
View file @
a87e2991
...
...
@@ -32,6 +32,8 @@ class CheckChecksum extends InProcessFunction {
if
(
outputChecksum
!=
checksum
.
toLowerCase
)
{
logger
.
error
(
s
"Input file: '$inputFile' md5sum is not as expected, aborting pipeline"
)
// 130 Simulates a ctr-C
Runtime
.
getRuntime
.
halt
(
130
)
}
}
...
...
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