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
54d50322
Commit
54d50322
authored
Dec 04, 2014
by
Peter van 't Hof
Browse files
Fix compile error
parent
110b16b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/ExtractAlignedFastq.scala
View file @
54d50322
...
...
@@ -60,7 +60,7 @@ object ExtractAlignedFastq extends ToolCommand {
case
ptn2
(
chr
,
start
)
=>
val
startCoord
=
intFromCoord
(
start
)
new
Interval
(
chr
,
startCoord
,
startCoord
)
case
_
=>
throw
new
IllegalArgumentException
(
"Invalid interval string: "
+
x
)
case
otherwise
=>
throw
new
IllegalArgumentException
(
"Invalid interval string: "
+
otherwise
)
}.
toIterator
}
...
...
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