- 05 Nov, 2014 8 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Note that germlines.data is not used now. It will change soon.
-
Mathieu Giraud authored
Corrects bug introduced by 59a1bcf6.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Dd2 and Dd3 may play interesting roles.
-
Mathieu Giraud authored
096ab901 unleashes the power of 1a05fe6a and 422964cc.
-
- 04 Nov, 2014 16 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
core/fasta.{h,cpp}: default constructor also takes extract_field and extract_separator, factorize constructors Even if we start from an empty Fasta, we should remember these values.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
The constructor now uses the add() method which, itself, relies on the >> operator which has been overloaded. Unit tests added for the add() method.
-
Mikaël Salson authored
-
Mikaël Salson authored
C++ code should prefer cstdlib over stdlib.h
-
Mikaël Salson authored
-
Mikaël Salson authored
One could use constructor delegation for an even better factorisation but it is C++11 only.
-
Mathieu Giraud authored
(Now only the last option of each is really stored and indexed, see 1a05fe6a.)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
One may want to use several V (or D, or J) files for a unique germline, for example with TRDV + TRDD(D2). (Now only the last file is really stored and indexed, but this will change soon.)
-
- 03 Nov, 2014 3 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The CMD_SEGMENT scenario now tries the germlines in the multigermline (until the read is segmented).
-
Mathieu Giraud authored
On the default file, Vidjil now returns some clones even with default options.
-
- 01 Nov, 2014 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
As KmerAffectAnalyser is only used with KmerAffect, we do not need to keep the templates. The code should be easier to read for C++ newbies such as the author of this commit.
-
Mathieu Giraud authored
KmerStringAffect is no more used in the code. If one day we would like to "store more things" in the affectations, we could still extend KmerAffect with a pointer to something else.
-
- 30 Oct, 2014 9 commits
-
-
Mikaël Salson authored
Methods are tested in specific conditions: * at first position for countBefore * at last position for countAfter * when the affectation doesn't exist in the sequence
-
Mikaël Salson authored
-
Mikaël Salson authored
A hard-coded sequence should not be given to the constructor, instead it must be stored into a variable.
-
Mikaël Salson authored
Makes easier to compare two affect_infos structures (notably for unit tests)
-
Mikaël Salson authored
-
Mikaël Salson authored
Testing the function was not useless.
-
Mikaël Salson authored
-
Mikaël Salson authored
Sequence is shorter than the seed
-
Mikaël Salson authored
-