Skip to content
GitLab
Menu
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
729f76ee
Commit
729f76ee
authored
Feb 08, 2017
by
Peter van 't Hof
Browse files
Typo
parent
9bf128f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
View file @
729f76ee
...
...
@@ -107,7 +107,7 @@ trait BiopetQScript extends Configurable with GatkLogging { qscript: QScript =>
count
+=
1
if
(
count
%
500
==
0
)
logger
.
info
(
s
"Preprocessing done for ${count} jobs out of ${functions.length} total"
)
}
logger
.
info
(
s
"Preprocessing done for ${functions.length} funtions"
)
logger
.
info
(
s
"Preprocessing done for ${functions.length} fun
c
tions"
)
val
logDir
=
new
File
(
outputDir
,
".log"
+
File
.
separator
+
qSettings
.
runName
.
toLowerCase
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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