- 07 Nov, 2014 23 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
istream initializes the buffer buf while gzstreambase constructor opens the file and may set some flags (in case the file can't be opened). If istream is called last it will overwrite the flags that have been set
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Now Vidjil may load .gz files.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
-
Mikaël Salson authored
-
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.
-
Mathieu Giraud authored
See 183ad875.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This code was duplicated in 60a8bf4a.
-
Mathieu Giraud authored
This test was already working, but threw an exception, and the test coverage could be ignored.
-
Mathieu Giraud authored
Simplification of the code.
-
Mathieu Giraud authored
Closes bug tested by 14b16e9c.
-
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 11 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
-
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
-
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
-
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?)
-