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
3e121e52
Commit
3e121e52
authored
Feb 26, 2015
by
Peter van 't Hof
Browse files
Added placeholder for addAll
parent
33bdaede
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
View file @
3e121e52
...
...
@@ -88,6 +88,9 @@ trait BiopetQScript extends Configurable with GatkLogging {
/** Get implemented from org.broadinstitute.gatk.queue.QScript */
def
add
(
functions
:
QFunction*
)
/** Get implemented from org.broadinstitute.gatk.queue.QScript */
def
addAll
(
functions
:
scala.Traversable
[
org.broadinstitute.gatk.queue.function.QFunction
])
/**
* Function to set isIntermediate and add in 1 line
* @param function
...
...
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