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
e722a305
Commit
e722a305
authored
Nov 05, 2014
by
Peter van 't Hof
Browse files
Switch to biopet logger
parent
24eff917
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/config/Config.scala
View file @
e722a305
package
nl.lumc.sasc.biopet.core.config
import
java.io.File
import
org.broadinstitute.gatk.queue.util
.Logging
import
nl.lumc.sasc.biopet.core
.Logging
import
argonaut._
,
Argonaut
.
_
import
scalaz._
,
Scalaz
.
_
...
...
@@ -104,7 +104,7 @@ class Config(var map: Map[String, Any]) extends Logging {
override
def
toString
()
:
String
=
map
.
toString
}
object
Config
{
object
Config
extends
Logging
{
val
global
=
new
Config
def
valueToMap
(
input
:
Any
)
:
Map
[
String
,
Any
]
=
{
...
...
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