- 07 Jul, 2014 8 commits
-
-
Mikaël Salson authored
While CountKmerAffectAnalyser is more flexible, the heuristic implemented in KmerAffectAnalyser is more efficient, that's why we use it in the KmerSegmenter
-
Mikaël Salson authored
The new heuristic gives position 9 from the end of the V which makes more sense (it is the last position in the V that is not shared with the J). Conversely, for position 19, it corresponds to the first position in the J that is not shared by the V.
-
Mikaël Salson authored
When the k-mer ends at the position we're considering, it should be taken into account by default.
-
Mikaël Salson authored
-
Mikaël Salson authored
This constructor is only dedicated to testing. It does not make sense to use it otherwise.
-
Mikaël Salson authored
Thanks Mathieu
-
Mikaël Salson authored
Now we require that we have <before> (resp. <after>) affectations before (resp. after) the maximal positions, to avoid false positives.
-
Mikaël Salson authored
To define a maximum, make sure that we have some before'' affectations before the position and, conversely, that we have some after'' affectations, after the position
-
- 01 Jul, 2014 1 commit
-
-
Mikaël Salson authored
The loop was poorly conceived. Doing the work the other way makes more sense
-
- 13 Jun, 2014 2 commits
-
-
Mikaël Salson authored
Strings like "toto" are const char *, therefore the list must be told to store const char * instead of char*
-
Mikaël Salson authored
-
- 27 May, 2014 5 commits
-
-
Mathieu Giraud authored
This should not be hardcoded.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This streamlines the code to initialize and display the statistics.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 26 May, 2014 16 commits
-
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-auto compute reads_segmented with currents systems selected by user -active/unactive windows
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-doesn't create any new timepoint -require files with the same number of timepoint
-
Marc Duez authored
-
Marc Duez authored
- compute analysis file using database information and stored file.analysis file
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
- 22 May, 2014 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
The method computes the maximal affectation
-
Mikaël Salson authored
Those affectations are useful in several case. Thus it is convenient to have a method, with the same names, in each affect to retrieve the ambiguous and the unknown affectations. That makes it possible to get them when dealing with affect templates
-
- 20 May, 2014 3 commits
- 19 May, 2014 2 commits