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
2705817e
Commit
2705817e
authored
Dec 06, 2016
by
Sander Bollen
Browse files
Merge branch 'fix-BIOPET-488' into 'develop'
Fixing BIOPET-488 See merge request !490
parents
21fa48ed
e2b1d5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/tools/BamStats.scala
View file @
2705817e
...
...
@@ -43,6 +43,7 @@ class BamStats(val root: Configurable) extends ToolCommandFunction with Referenc
override
def
beforeGraph
()
{
super
.
beforeGraph
()
deps
:+=
new
File
(
bamFile
.
getAbsolutePath
.
replaceAll
(
".bam$"
,
".bai"
))
jobOutputFile
=
new
File
(
outputDir
,
".bamstats.out"
)
if
(
reference
==
null
)
reference
=
referenceFasta
()
}
...
...
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