- 22 Oct, 2014 5 commits
-
-
Marc Duez authored
-
Marc Duez authored
-display only most recent results_file -use only most recent result file for fuse
-
Mathieu Giraud authored
This was hardcoded twice in the code.
-
Mathieu Giraud authored
This feature was not documented and not used. The browser offers better normalization features.
-
Mikaël Salson authored
Bash automatically strips backslashes. So we need them to be escaped to ensure that one \ will still be present.
-
- 21 Oct, 2014 9 commits
- 20 Oct, 2014 26 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
Fixed thanks to Valgrind.
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This may help the upcoming modularization of vidjil.cpp (Soissons)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This allows to remove any representative computation or fine segmenation with '-y 0' or '-z 0'. Moreover, '-A' debug option now properly sets these two values.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Moreover, the argument 's' was not used
-
Mathieu Giraud authored
(Paris)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
core/kmeraffect.{h,cpp}: remove 'kmer' argument to Kmer, KmerAffect and KmerStringAffect constructors This argument was not used. (Les Aubrais)
-
Mathieu Giraud authored
C++ polymorphism is awesome. (Meung-sur-Loire)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
AFFECT_AMBIGUOUS character is now '\1', in order to have a different value than AFFECT_UNKNOWN ('\0').
-
Mathieu Giraud authored
A IKmerStore maintains a list of labels that are used in the index. This a step towards the removal of KmerStringAffect.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-