- 07 Nov, 2014 3 commits
-
-
Mathieu Giraud authored
Bug: With a reasonnably large -r option (such as 2000), no representative is found. This is because min_cover is larger than max_auditioned.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
If -w is below the seed weight (hence the junction size), strange things may happen, as for example a clone without representative.
-
- 06 Nov, 2014 25 commits
-
-
Mathieu Giraud authored
Closes bug created by 59a1bcf6.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
59a1bcf6 added some spurious output that breaks CGI. Thanks to @mikael-s for pointing that out.
-
Mikaël Salson authored
-
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
fastaToJson.py : repair/update > python script, used to produce germline.js with fasta file from germline folder
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
work with custom germline from vidjil.data
-
Marc Duez authored
-
Mathieu Giraud authored
Kmer is used inside a IKmerStore<Kmer>, its constructor should thus accept the (label, stand) parameters.
-
Mathieu Giraud authored
We had too few gcc warnings.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Marc Duez authored
TODO : change rbx /etc/nginx/sites-available/web2py config file manually
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Mikaël Salson authored
-
Mikaël Salson authored
When exception is thrown from constructor, the destructor is not called
-
- 05 Nov, 2014 12 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
operator<< for Sequence already outputs one. No need to add another one
-
Mikaël Salson authored
-
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
-
Mikaël Salson authored
-
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
Thanks to previous commit we can know catch those mistakes
-
Mikaël Salson authored
-
Mikaël Salson authored
-