- 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 10 commits
-
-
Mikaël Salson authored
Feature a/3206 rename and merge should Closes #3762 See merge request !467
-
Mathieu Giraud authored
Optimizations, including e-value computations, max12 See merge request !468
-
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
-
- 09 Apr, 2019 1 commit
-
-
Mathieu Giraud authored
Resolve "Erreur si clones null dans un fichier vidjil côté serveur" Closes #3555 See merge request !329
-
- 04 Apr, 2019 10 commits
-
-
Mathieu Giraud authored
Release 2019.04, doc, release See merge request !462
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Release 2019.04 See merge request !461
-
Mathieu Giraud authored
see #3891
-
Mathieu Giraud authored
see #3891
-
Mathieu Giraud authored
Algo: output equal score alternative genes Closes #3414 See merge request !459
-
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 4 commits
-
-
Mathieu Giraud authored
tests: this test can fail on some platforms See merge request !458
-
Mathieu Giraud authored
See #3414 and 68b6ebcb.
-
Thonier Florian authored
-
Mathieu Giraud authored
Merge branch 'feature-c/2041-l-alignement-multiple-plante-quand-la-premiere-sequence-est-retiree' into 'dev' Resolve "L'alignement multiple plante quand la première séquence est retirée" Closes #2041 See merge request !454
-
- 02 Apr, 2019 2 commits
-
-
Mikaël Salson authored
--config, --labels-json Closes #3839 and #3837 See merge request !456
-
Mathieu Giraud authored
-