- 31 Oct, 2018 1 commit
-
-
Mathieu Giraud authored
-
- 29 Oct, 2018 1 commit
-
-
Mathieu Giraud authored
Following a discussion with J. V. Heiden.
-
- 24 Oct, 2018 1 commit
-
-
Mathieu Giraud authored
See #3590.
-
- 19 Oct, 2018 9 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #3572 and #3573.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2828 and #3457.
-
Mathieu Giraud authored
See #3358
-
Mathieu Giraud authored
See #3575.
-
- 18 Oct, 2018 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 16 Oct, 2018 10 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #3358.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Extracting getClone() to SampleOutput. See #3358.
-
Mathieu Giraud authored
See #3358.
-
Mathieu Giraud authored
See #3358.
-
Mathieu Giraud authored
See #3358.
-
Mathieu Giraud authored
See #3358.
-
Mathieu Giraud authored
See #3358.
-
Mathieu Giraud authored
See #3358. Far from perfect, but allows to gather code.
-
- 11 Oct, 2018 1 commit
-
-
Mikaël Salson authored
There is a problem in g++4.8: erase with a const_iterator doesn't exist (while it should: it is c++11).
-
- 02 Oct, 2018 6 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
A higher p-value threshold will give a lower limit for number of k-mers hence will be more sensitive (but less time-efficient). See #3225
-
Mikaël Salson authored
-
Mikaël Salson authored
This will ease unit testing
-
Mikaël Salson authored
Rather we use an uncertainty range (see #3225 for why and how). It is necessary to get the length of the longest transferred sequence as it will be used as a reference to compute the empirical probablity that a k-mer has matched in the longest possible sequence. Therefore we make the assumption that k-mers matched in the longest sequence but we have no way of knowing as we don't keep track of where the k-mers matched. Fixes #3225
-
Mikaël Salson authored
Compute the minimal number of k-mers of an uncertainty range whose mean is given by the empirical number of k-mers found. The probability is provided as an integer as we don't have Z-scores for every possible value and float comparison can be a bit tricky.
-
- 14 Sep, 2018 2 commits
-
-
Mathieu Giraud authored
Factor a code that what called 4 times.
-
Mathieu Giraud authored
-
- 28 Jul, 2018 5 commits
-
-
Mikaël Salson authored
Fixes #3395
-
Mikaël Salson authored
See #3393
-
Cyprien Borée authored
Will be called when not all the reads can be stored.
-
Cyprien Borée authored
See #3393
-
Mikaël Salson authored
This will help to reuse those functions elsewhere in the code See #3393
-
- 23 Jul, 2018 1 commit
-
-
Mikaël Salson authored
-
- 19 Jul, 2018 1 commit
-
-
Cyprien Borée authored
For more informations, see #1409.
-