Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
e3b4ec17
Commit
e3b4ec17
authored
Feb 06, 2015
by
Mikaël Salson
Browse files
WindowsStorage: Update documentation of add()
parent
5a815076
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/windows.h
View file @
e3b4ec17
...
...
@@ -98,7 +98,11 @@ class WindowsStorage {
void
setIdToAll
();
/**
* Add a new window with its list of sequences
* Add a new window with its sequence.
* @param window: the window to add
* @param sequence: the corresponding Sequence
* @param status: the segmentation status
* @param germline: the germline where this sequence has been segmented
*/
void
add
(
junction
window
,
Sequence
sequence
,
int
status
,
Germline
*
germline
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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