- 10 Jul, 2019 1 commit
-
-
Mikaël Salson authored
-
- 17 May, 2019 1 commit
-
-
Mathieu Giraud authored
see #3914
-
- 16 May, 2019 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
It will depend on the order in which reads are coming when computing the representative but this order is random. What is important is that we find a representative of the correct length with the correct sequence whatever the read name and read positions are.
-
Mikaël Salson authored
It is hard to predict the result is not totally deterministic (as is the case with the RandomScorer, which is now by default, whose results depend on the pseudo-random generator that may differ depending on the OSes) See #3866
-
Mathieu Giraud authored
see #3866
-
Mathieu Giraud authored
see #3866
-
- 26 Apr, 2019 8 commits
-
-
Mikaël Salson authored
Computing them for each read is time consuming. But many of the are common (there are few different index loads and the read length is small)
-
Mikaël Salson authored
This prevents from recomputing it each time
-
Mikaël Salson authored
-
Mikaël Salson authored
This is needed now that we use an unordered_map with a KmerAffect (see previous commit) as explained here: https://stackoverflow.com/questions/17016175/c-unordered-map-using-a-custom-class-type-as-the-key
-
Mikaël Salson authored
max12() actually didn't require a CountKmerAffectAnalyser. The CountKmerAffectAnalyser builds a data structure to improve KmerAffect counting at any position. But this was not needed for the max12() function
-
Mikaël Salson authored
We absolutely don't need to call getDistinctAffectations to destroy the objects
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 19 Apr, 2019 6 commits
-
-
Mathieu Giraud authored
Closes #3762.
-
Mathieu Giraud authored
see #3762
-
Mathieu Giraud authored
see #3762
-
Mathieu Giraud authored
See #3762. We have --extra
-
Mathieu Giraud authored
-
Mathieu Giraud authored
see #3206
-
- 18 Apr, 2019 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
see #3206
-
- 04 Apr, 2019 5 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Fix #3414
-
Mikaël Salson authored
IGHJ5*01 and IGHJ5*02 are equally good. Without #3414 we can have either sequences. Alignment: read gactactggggccagggaaccctggtcaccgtctcctcag IGHJ4*01 8 ..............A......................... IGHJ4*02 8 ........................................ IGHJ4*02 8 ..............A..G...................... IGHJ5*01 11 ....C.........A......................... IGHJ5*02 11 ...CC...................................
-
- 03 Apr, 2019 1 commit
-
-
Mathieu Giraud authored
See #3414 and 68b6ebcb.
-
- 02 Apr, 2019 11 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #3837, #3839.
-
Mathieu Giraud authored
See #3839.
-
Mathieu Giraud authored
See #3839
-
Mathieu Giraud authored
Opens #3839.
-
Mathieu Giraud authored
See #3837.
-
Mathieu Giraud authored
see #3837.
-
Mathieu Giraud authored
There is now some hack to get a json, it could be improved. See #3837.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-