- 10 Oct, 2014 19 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
These programs are not used anymore (and mostly do not compile...)
-
Mathieu Giraud authored
.travis.yml/Makefile: better 'make unit_coveralls' rule to upload to coveralls.io, runs tests only once Note that only the results of unit tests are uploaded, and not the results of should_get tests.
-
-
-
-
Placing options at the end allows to override default options. On the contrary if options are placed at the beginning we have no way to modify default behaviour.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The default command is now '-c clones'. The 'out/clones.vdj.fa' now contains: - clones with their representative (or even with fine segmentation) (controled with '-y'/'-z' options) - but also all other clones (as soon as they pass the '-r'/'-%' thresholds) Vidjil can now be easily used as 'filter' to shrink a read dataset to this 'out/clones.vdj.fa' file.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The '-z' option is clearer now: maximal number of clones with a FineSegmenation
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Detailed help is now in doc/algo.org.
-
Mathieu Giraud authored
(and we should decide whether .data should be output on '-c windows')
-
Mathieu Giraud authored
Runs windowsStorage->keepInterestingWindows even in the case of CMD_WINDOWS.
-
Mathieu Giraud authored
-
- 09 Oct, 2014 2 commits
- 08 Oct, 2014 1 commit
-
-
Marc Duez authored
-
- 07 Oct, 2014 10 commits
-
-
Mikaël Salson authored
Otherwise cobertura is not able to display the corresponding source files, it is unable to find them.
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Old code, see 1e6b2b92
-
Mikaël Salson authored
Between version 2 and version 3 the -r option doesn't have the same behaviour. Now we need to the cd in the directory we are interested in. Weird.
-
Mikaël Salson authored
gcovr must not be in the current directory (don't use test -x) but installed on the system (use ''which'' to test that)
-
Mikaël Salson authored
Germline stored in a MultiGermline are also deleted by the destructor
-
Mikaël Salson authored
Now you must compile with make COVERAGE=1 to compile with coverage information. There is another rule (called coverage) which compiles with coverage options and then runs gcovr (if available).
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Introduced in 9c3a8ba3
-
- 06 Oct, 2014 8 commits