- 10 May, 2016 1 commit
-
-
Mathieu Giraud authored
as in algo/Makefile
-
- 09 May, 2016 3 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
Contains sequences from other files (redundant)
-
Mikaël Salson authored
Those files contain fake sequences.
-
- 06 May, 2016 1 commit
-
-
Mikaël Salson authored
-
- 02 Mar, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 01 Mar, 2016 5 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 09 Nov, 2015 1 commit
-
-
Mathieu Giraud authored
This merge all .should-vdj.fa files into one file, and test this file. This test is twice faster than an usual 'make shouldvdj_with_rc': it should be used to quickly check whether these tests run. However, when something fails, it does not provide precisely the location of the error.
-
- 07 Oct, 2015 1 commit
-
-
Mathieu Giraud authored
Now all should-vdj tests are also run on the rev-comped sequences. This increases the test time, but improves our robustness.
-
- 25 Sep, 2015 1 commit
-
-
Mathieu Giraud authored
When entering mnaually curated sequences, this is faster than launching a full 'make shouldlocus_and_vdj' (which further recompiles everything).
-
- 23 Jun, 2015 4 commits
-
-
Mathieu Giraud authored
"$(CXX) -M > dep.mk" also needs a "-std=c++11" flag
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 15 Jun, 2015 2 commits
-
-
Mathieu Giraud authored
Since cb9d3fea, shouldvdj errors were not taken into account. This is fixed.
-
Mathieu Giraud authored
-
- 12 Jun, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 05 Jun, 2015 1 commit
-
-
Mikaël Salson authored
We should not launch a command directly but use variables instead. The standard variable for make is $(MAKE). It is therefore more portable (for instance on freebsd where the make command used should be gmake)
-
- 22 May, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 21 May, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 15 May, 2015 1 commit
-
-
Mathieu Giraud authored
All KmerSegmenter should-vdj tests (-2q) are now also run on revcomp'd files (-r), and should give exactly the same output than the original test files. Even if it works, we choose to not run FineSegmenter tests with the same option. It would test nothing more, as the '-c segment' command first calls the KmerSegmenter to select the best locus with its strand.
-
- 07 Apr, 2015 1 commit
-
-
Mikaël Salson authored
cleancoverage removes coverage-related files cleantests removes test-related files cleanall removes everything.
-
- 03 Apr, 2015 3 commits
-
-
Mathieu Giraud authored
We want to be able to test coverage on different rules, without deleting previous coverage files.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 16 Mar, 2015 2 commits
-
-
Mikaël Salson authored
In case of spaces and parentheses, the path must be protected for mktemp but also for the --xml-file option. Hence the double double quotes. The outer double quotes must not be escaped (otherwise double quotes are passed to valgrind which is not good)
-
Mikaël Salson authored
The dir function was considering spaces as separator, which is bad.
-
- 12 Mar, 2015 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Makefile: Allow to launch a single functional test with valgrind by prefixing its name with valgrind_
-
Mikaël Salson authored
This has no consequence since this rule is forced anyway.
-
Mikaël Salson authored
Relative path is less robust when changing directory.
-
- 11 Mar, 2015 4 commits
-
-
Mikaël Salson authored
valgrind_should: valgrind on functional tests valgrind_tests: valgrind on unit tests
-
Mathieu Giraud authored
This invocation should also be more portable See http://stackoverflow.com/questions/2792675/how-portable-is-mktemp1
-
Mikaël Salson authored
Makefile: For tests ensure that vidjil is rebuilt with -O0 -g so that we get useful information with Valgrind (slower...)
-
Mikaël Salson authored
-
- 01 Mar, 2015 1 commit
-
-
Mathieu Giraud authored
-