- 31 Jan, 2018 1 commit
-
-
Mikaël Salson authored
Some allocations were not properly free-ed. Spotted by Valgrind. See #3031
-
- 07 Jul, 2017 1 commit
-
-
Mikaël Salson authored
We now have an abstract class to deal with biological sequence files. This will allow to more easily manage different file types. This commit only reorganizes the code so that we will be able to add a BAM reader easily. Functionnally the code should be equivalent to its previous version. Some functions that were not used have been removed. The operator>> has been removed as it was only used in unit testing. This operator is not convenient as having the filename may be useful to reopen the file or to know its extension, to guess the filetype. See #2016
-
- 27 Jun, 2016 1 commit
-
-
Mikaël Salson authored
-
- 20 Jun, 2016 1 commit
-
-
Mikaël Salson authored
-
- 02 Mar, 2016 1 commit
-
-
Mikaël Salson authored
A temporary file is created in CGI mode to store the FASTA on which we compute the similarity matrix
-
- 12 Jun, 2015 1 commit
-
-
Marc Duez authored
-
- 28 May, 2015 2 commits
- 07 Feb, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 07 Nov, 2014 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Even if the CGI fails for an unknown reason we still have the content type, which should satisty the web server
-
Mikaël Salson authored
I thought mkstemp would do that by itself. While it may seem not very satistfactory to hardcode the path, /tmp is POSIX.
-
- 06 Nov, 2014 1 commit
-
-
Mathieu Giraud authored
Closes bug created by 59a1bcf6.
-
- 05 Nov, 2014 1 commit
-
-
Mikaël Salson authored
-
- 04 Nov, 2014 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
C++ code should prefer cstdlib over stdlib.h
-
Mikaël Salson authored
-
- 22 Oct, 2014 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 12 Sep, 2014 1 commit
-
-
Mikaël Salson authored
No need to specify a hard-coded value for the number of sequences. Fasta object knows how many sequences there are.
-
- 25 Aug, 2014 1 commit
-
-
Marc Duez authored
-
- 20 Feb, 2014 2 commits
-
-
Marc Duez authored
* browser/ : D3.js/javascript-based V(D)J recombination browser * server/fuse.py : script to combine data from several points
-
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
-