Skip to content
Snippets Groups Projects
Commit 54d50322 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix compile error

parent 110b16b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment