- 07 Feb, 2015 3 commits
-
-
Mathieu Giraud authored
Implements affine gaps by storing three matrices, B, Bins and Bdel.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 03 Feb, 2015 3 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
As the 'operation' struct now contains the score, the S table is useless.
-
Mathieu Giraud authored
Edit operations, with their score computation and their backtracking information, are now defined in a unique location. The code should thus be more flexible and easier to read and maintain.
-
- 13 Jan, 2015 1 commit
-
-
Mathieu Giraud authored
The computer science department of the Université de Lille is is now CRIStAL
-
- 01 Nov, 2014 1 commit
-
-
Mathieu Giraud authored
-
- 22 Oct, 2014 1 commit
-
-
Mikaël Salson authored
Previously we created small arrays of three integers to store information for backtracking. Now we have a structure storing the same information so that we can allocate an array of structures. Therefore we can allocate the whole array at once, and we don't need anymore to have plenty of allocations of three integers
-
- 23 Sep, 2014 1 commit
-
-
Mikaël Salson authored
That solves signed/unsigned compilation warnings. This had no effect in practice but that makes the compiler happy.
-
- 20 Feb, 2014 1 commit
-
-
Mathieu Giraud authored
* Refactored main vidjil.cpp (core/windows.cpp, core/windowExtractor.cpp) * Removed unused html output * Better json output (core/json.cpp) * Updated main stdout, with representative sequence for each clone * Updated parameters for FineSegmenter (delta_max) and dynprog (substition cost) * Bugs closed
-
- 07 Oct, 2013 1 commit
-
-
Mikaël Salson authored
* Better heuristic, segments more reads (core/segment.cpp) * Better and faster selection of representative read (vidjil.cpp, core/read_chooser.cpp) * Better display of reason of non-segmenting reads * New normalization against a standard (-Z) (core/labels.cpp) * New experimental lazy_msa multiple aligner * New .json output * New unit tests * Bugs closed
-
- 26 Apr, 2013 1 commit
-
-
Mikaël Salson authored
* First public release
-