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
831f9ae4
Commit
831f9ae4
authored
Dec 10, 2016
by
Peter van 't Hof
Browse files
Change logging type
parent
b10bad38
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/ValidateVcf.scala
View file @
831f9ae4
...
...
@@ -56,7 +56,7 @@ object ValidateVcf extends ToolCommand {
}
catch
{
case
e
:
IllegalArgumentException
=>
if
(
cmdArgs
.
failOnError
)
throw
e
else
logger
.
warn
(
e
.
getMessage
)
else
logger
.
error
(
e
.
getMessage
)
}
vcfReader
.
close
()
...
...
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