- 18 Jun, 2018 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 15 Jun, 2018 19 commits
-
-
Mathieu Giraud authored
Don't show invisible clones Closes #3291 See merge request !211
-
Mikaël Salson authored
Fixes #3291 and follows f8075d81
-
Mikaël Salson authored
We make a clone supported by 0 read so that it should not be visible. We choose a clone whose top < 50 so that it should be visible if its size was > 0.
-
Mathieu Giraud authored
get-saved-germline: Prevent error message when folder doesn't exist See merge request !205
-
Mathieu Giraud authored
Releasing algo via Gitlab CI Closes #3002 See merge request !206
-
Mikaël Salson authored
Correct segault on filtering Closes #3284 See merge request !207
-
Mikaël Salson authored
Resolve "boucle recursive infinie avec la fonction compare" Closes #3288 See merge request !208
-
Mikaël Salson authored
See #3288
-
Cyprien Borée authored
The second part of the test now verify that previous sequences are still in the filtered BioReader even though a new ex-aequo has been found. For more informations see #3284
-
Cyprien Borée authored
This reverts commit 53b44e2c.
-
Cyprien Borée authored
In the second part of the test, the program verify that previous filtered sequences are still in the BioReader when there is one more ex-aequo found. For more informations about it, see #3279.
-
flothoni authored
Put braces for better lisibility
-
Cyprien Borée authored
For more informations see issue #3279
-
Cyprien Borée authored
Since the last way to compare produced segfault (due to undefined behaviour of the advance method), to bypass this problem we just look at the previous of occurences to see if it's the same as the last -1. For more informations see #3279.
-
Cyprien Borée authored
In order to be sure that the filter function returns the accurates sequences, every sequences is checked and also the size of them.
-
Mikaël Salson authored
See #3002
-
Mikaël Salson authored
See #3002
-
Mikaël Salson authored
This ensures that the following stages won't be run. See https://gitlab.com/gitlab-org/gitlab-ce/issues/25892 See #3002
-
- 14 Jun, 2018 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
This reverts commit 82c5ff15. Those files are not used anymore and were there for tests purposes. This commit should not have been merged.
-
Mathieu Giraud authored
-
- 13 Jun, 2018 15 commits
-
-
Mathieu Giraud authored
This is not the optimal way. See #3285.
-
Mathieu Giraud authored
-
Mikaël Salson authored
optimize FineSegmenter, filtering BioReader with an Aho-Corasick automaton Closes #920 and #3271 See merge request !199
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mathieu Giraud authored
Opens #3279.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Cyprien Borée authored
Since kmer_threshold parameter became a signed int, there's the possibility that this parameter is a negative number. If it's the case the entire original BioReader is returned.
-
Cyprien Borée authored
For more informations see #3268
-
Cyprien Borée authored
Since a new parameter has been added to filterBioReader (representing the filter specifity) it has to be transmitted when calling the function. Otherwise the filter will do the filter on "NO_LIMIT_VALUE". For more informations see #3268
-
Cyprien Borée authored
Since a new parameter has been added, even the germline constructor call in the test need to use it to use the automaton. For more informations see #3268.
-
Cyprien Borée authored
A boolean parameter has been added in the Germline constructors in order to check if the automaton needs to be constructed or not. For example with -Z all, the automaton is not constructed. For more informations see #3268
-
Cyprien Borée authored
The FineSegmenter constructor handles the filtering of the germline. By default the value is "NO_LIMIT_VALUE", which means the filtering isn't active. For more informations about it #3268.
-
Cyprien Borée authored
-