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
3cd7b3bf
Commit
3cd7b3bf
authored
Jul 14, 2014
by
Peter van 't Hof
Browse files
Changed to a trait
parent
c19f372f
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/function/picard/Picard.scala
View file @
3cd7b3bf
...
...
@@ -3,7 +3,7 @@ package nl.lumc.sasc.biopet.function.picard
import
nl.lumc.sasc.biopet.core.BiopetJavaCommandLineFunction
import
org.broadinstitute.sting.commandline._
abstract
class
Picard
extends
BiopetJavaCommandLineFunction
{
trait
Picard
extends
BiopetJavaCommandLineFunction
{
@Argument
(
doc
=
"VERBOSITY"
,
required
=
false
)
var
verbosity
:
String
=
config
(
"verbosity"
,
"INFO"
,
"picard"
)
...
...
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