- 18 Jun, 2018 10 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
I finally understood how to use CLI11 callbacks. See https://cliutils.gitlab.io/CLI11Tutorial/chapters/advanced-topics.html Close #2749.
-
Mathieu Giraud authored
See #3292.
-
Mathieu Giraud authored
Closes #2741.
-
Mathieu Giraud authored
Replays 86e788fc.
-
Mathieu Giraud authored
Some options will be not always displayed in the help message. Replays da89488c.
-
Mathieu Giraud authored
Replays d971892b. See #2739.
-
Mathieu Giraud authored
-
- 16 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
-
For more informations see issue #3279
-
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.
-
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 5 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
-