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
c5544c76
Commit
c5544c76
authored
Nov 28, 2016
by
Sander Bollen
Browse files
newline
parent
a2f2c807
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/XcnvToBed.scala
View file @
c5544c76
...
...
@@ -41,7 +41,7 @@ object XcnvToBed extends ToolCommand {
val
chr
=
locs
(
0
)
val
start
=
locs
(
1
).
split
(
"-"
)(
0
)
val
stop
=
locs
(
1
).
split
(
"-"
)(
1
)
s
"$chr\t$start\t$stop\t$cnv"
s
"$chr\t$start\t$stop\t$cnv
\n
"
}
}
...
...
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