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
vidjil
vidjil
Commits
042ea26c
Commit
042ea26c
authored
May 26, 2014
by
Marc Duez
Browse files
fuse.py : data file using multi system now have "multi" instead of system name
parent
ce918b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/fuse.py
View file @
042ea26c
...
...
@@ -617,7 +617,9 @@ def main():
jlist_fused
=
jlist
else
:
jlist_fused
=
jlist_fused
*
jlist
print
'
\t
==> merge to'
,
jlist_fused
jlist_fused
.
d
[
'germline'
][
0
]
=
"multi"
else
:
print
"### Read and merge input files"
...
...
@@ -635,7 +637,9 @@ def main():
jlist_fused
=
jlist
else
:
jlist_fused
=
jlist_fused
+
jlist
print
'
\t
==> merge to'
,
jlist_fused
jlist_fused
.
d
[
'germline'
][
0
]
=
args
.
germline
print
print
"### Select point names"
...
...
@@ -651,7 +655,6 @@ def main():
print
print
"### Save merged file"
jlist_fused
.
d
[
'germline'
]
=
args
.
germline
jlist_fused
.
save_json
(
args
.
output
)
...
...
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