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
8fb9d286
Commit
8fb9d286
authored
Oct 16, 2014
by
Mathieu Giraud
Browse files
vidjil.cpp: Revert path removing from germlines.
Reverts partially commit
9e7678b9
.
parent
a090d69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
8fb9d286
...
...
@@ -463,12 +463,6 @@ int main (int argc, char **argv)
output_segmented
=
true
;
break
;
}
//remove germline path
string
tmp_germline_system
;
stringstream
stream
(
germline_system
);
while
(
getline
(
stream
,
tmp_germline_system
,
'/'
)
)
germline_system
=
tmp_germline_system
;
// If there was no -w option, then w is either DEFAULT_W or DEFAULT_W_D
if
(
w
==
0
)
...
...
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