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
4b8b6517
Commit
4b8b6517
authored
Nov 09, 2015
by
Peter van 't Hof
Browse files
Reformat
parent
fc7085f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/WriteDependencies.scala
View file @
4b8b6517
...
...
@@ -9,10 +9,10 @@ import scala.collection.mutable
import
scala.collection.mutable.ListBuffer
/**
* This object will generate with [[WriteDependencies.writeDependencies]] a json file where information about job and file dependencies are stored
*
* @author Peter van 't Hof <p.j.van_t_hof@lumc.nl>
*/
* This object will generate with [[WriteDependencies.writeDependencies]] a json file where information about job and file dependencies are stored
*
* @author Peter van 't Hof <p.j.van_t_hof@lumc.nl>
*/
object
WriteDependencies
extends
Logging
with
Configurable
{
val
root
:
Configurable
=
null
private
val
functionNames
:
mutable.Map
[
QFunction
,
String
]
=
mutable
.
Map
()
...
...
@@ -30,11 +30,11 @@ object WriteDependencies extends Logging with Configurable {
}
/**
* This method will generate a json file where information about job and file dependencies are stored
*
* @param functions This should be all functions that are given to the graph of Queue
* @param outputFile Json file to write dependencies to
*/
* This method will generate a json file where information about job and file dependencies are stored
*
* @param functions This should be all functions that are given to the graph of Queue
* @param outputFile Json file to write dependencies to
*/
def
writeDependencies
(
functions
:
Seq
[
QFunction
],
outputFile
:
File
)
:
Unit
=
{
logger
.
info
(
"Start calculating dependencies"
)
...
...
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