- 17 Oct, 2015 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 18 Sep, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 17 Jul, 2015 1 commit
-
-
Mikaël Salson authored
This allows us to further test if the sequence has been deleted and avoids double free in case the FASTQ file is malformed. Test added
-
- 08 Apr, 2015 4 commits
-
-
Mathieu Giraud authored
Thank you Valgrind, again.
-
Mathieu Giraud authored
Thank you Valgrind.
-
Mathieu Giraud authored
Get an approximation of the number of sequences in a fasta file by interpolating from the size of the first 200 sequences.
-
Mathieu Giraud authored
Note that input->tellg() was not working (not compatible with igzstream ?)
-
- 03 Apr, 2015 1 commit
-
-
Mikaël Salson authored
Just consists of what was previously done in operator>>
-
- 08 Mar, 2015 1 commit
-
-
Mathieu Giraud authored
Couting the sequences in a Fasta file. Not very efficient, but for debug purposes.
-
- 03 Mar, 2015 2 commits
-
-
Mathieu Giraud authored
This is better than 13380ba7.
-
Vidjil Team authored
This reverts commit 13380ba7. This commit gave a problem in .fastq parsing.
-
- 01 Mar, 2015 1 commit
-
-
Mathieu Giraud authored
Social Fasta files. This is not usual, but some people could want to put comments into these files, for exemple related to tests.
-
- 13 Jan, 2015 1 commit
-
-
Mathieu Giraud authored
The computer science department of the Université de Lille is is now CRIStAL
-
- 07 Nov, 2014 2 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
Now Vidjil may load .gz files.
-
- 06 Nov, 2014 3 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
-
Mikaël Salson authored
When exception is thrown from constructor, the destructor is not called
-
- 05 Nov, 2014 6 commits
-
-
Mikaël Salson authored
operator<< for Sequence already outputs one. No need to add another one
-
Mikaël Salson authored
When the Sequence contains quality information, it outputs a FASTQ rather than a FASTA. This may be useful is one day we output FASTQ information (we never know, isn't it?)
-
Mikaël Salson authored
An exception can be caught while an exit can't. Thus we can test it. Moreover some consistency is introduced: Fasta and OnlineFasta will throw a invalid_argument in case of problem with the input file (either in opening or parsing it).
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mathieu Giraud authored
Corrects bug introduced by 59a1bcf6.
-
- 04 Nov, 2014 3 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.
-
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.
-
- 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.
-
- 25 Jul, 2014 1 commit
-
-
Mikaël Salson authored
-
- 01 Jul, 2014 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Array was allocated at each call in next(). It is now free-ed when necessary
-
- 26 Jun, 2014 1 commit
-
-
Mathieu Giraud authored
-
- 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
-
- 03 Jul, 2013 1 commit
-
-
Mathieu Giraud authored
* New selection of representative read (core/read_chooser.cpp) * Faster spaced seed computation (core/tools.cpp) * New unit tests * Bugs closed
-
- 26 Apr, 2013 1 commit
-
-
Mikaël Salson authored
* First public release
-