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
359dcab8
Commit
359dcab8
authored
Feb 24, 2015
by
Peter van 't Hof
Browse files
Fix to redirect md5 to be write in the ouput dir
parent
e3ed0640
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/summary/SummaryQScript.scala
View file @
359dcab8
...
...
@@ -87,7 +87,7 @@ trait SummaryQScript extends BiopetQScript {
// Need to not write a md5 file outside the outputDir
if
(!
file
.
getAbsolutePath
.
startsWith
(
outputDir
.
getAbsolutePath
))
md5sum
.
output
=
new
File
(
outputDir
,
".
queue"
+
File
.
separator
+
"
md5"
+
file
.
getAbsolutePath
)
md5sum
.
output
=
new
File
(
outputDir
,
".md5"
+
file
.
getAbsolutePath
+
".md5"
)
writeSummary
.
deps
:+=
md5sum
.
output
SummaryQScript
.
md5sumCache
+=
file
->
md5sum
.
output
...
...
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