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
Beatrice Tan
CNAprioritization
Commits
574ddcdf
Commit
574ddcdf
authored
Feb 01, 2018
by
Beatrice Tan
Browse files
Update Circos.py
parent
8a70edc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Circos.py
View file @
574ddcdf
...
...
@@ -11,7 +11,7 @@ class InputCircos:
def
make_seg_file
(
self
,
seg
,
cir_seg
):
""""Make input segmentation file."""
with
open
(
cir_seg
,
'w'
)
as
out
:
with
open
(
cir
,
'r'
)
as
segments
:
with
open
(
seg
,
'r'
)
as
segments
:
segments
.
readline
()
for
line
in
segments
:
sample
,
chrom
,
start
,
end
,
nr_probes
,
seg_mean
=
line
.
strip
().
split
(
"
\t
"
)
...
...
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