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
40276768
Commit
40276768
authored
Mar 13, 2015
by
bow
Browse files
Fix wrong Picard class for Picard ReorderSam
parent
1fb00ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/ReorderSam.scala
View file @
40276768
...
...
@@ -23,7 +23,7 @@ import nl.lumc.sasc.biopet.core.config.Configurable
class
ReorderSam
(
val
root
:
Configurable
)
extends
Picard
{
javaMainClass
=
"picard.sam.
GatherBamFiles
"
javaMainClass
=
"picard.sam.
ReorderSam
"
@Input
(
doc
=
"Input SAM or BAM file"
,
required
=
true
)
var
input
:
File
=
null
...
...
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