- 02 Mar, 2017 1 commit
-
-
Mikaël Salson authored
Those tests were not included in our systematic testing for a long time. This should be corrected now.
-
- 14 Feb, 2017 1 commit
-
-
Mathieu Giraud authored
Last change here was 84e52850.
-
- 23 Jan, 2017 1 commit
-
-
Mikaël Salson authored
-
- 13 Jan, 2017 1 commit
-
-
Mikaël Salson authored
-
- 10 Nov, 2016 1 commit
-
-
Mathieu Giraud authored
As we now store Vidjil results in '.vdj' files, we can run the test suite without actually relaunching all tests.
-
- 30 Sep, 2016 3 commits
-
-
Mikaël Salson authored
Ambiguous terms should be surrounded by parentheses
-
Mikaël Salson authored
We may want to launch the locus tests only without launching the whole test suite.
-
Mikaël Salson authored
Never commit in a hurry! The previous commit (see 8496cbb0) indicated a suffix for the backup files (necessary with POSIX sed). Then we were overwriting the tap files with the bak ones. This was totally stupid as we were overwriting the correct files with the old ones… This is now fixed we just delete the backup files as we don't really need them (we just specify the option to ensure the compatibility between POSIX and GNU sed).
-
- 29 Sep, 2016 9 commits
-
-
Mikaël Salson authored
GNU sed and POSIX sed have slightly different behaviors. Those behaviors are incompatible if we don't specify a “backup” suffix with -i. So we specify such a suffix and then we move all the files so that they overwrite the original files. Moreover in this case, the -e option is necessary for FreeBSD's sed.
-
Mathieu Giraud authored
-
Mikaël Salson authored
sed may return an error code if there is no tap file in one of the subdirectory. I didn't find an option in sed to ignore such errors, so ignore all errors.
-
Mikaël Salson authored
Handle DDJ recombinations on TRD. This corrects one bug but there are still some sequencesthat are not correctly segmented. This should be further investigated.
-
Mikaël Salson authored
-i option should be put before the filenames in FreeBSD sed.
-
Mikaël Salson authored
When git is not available or the current directory is not under a git, an error message is displayed each time the command is launched. Using $(shell ...) construct the command will be launched at the affectation and not each time the variable is used.
-
Mikaël Salson authored
diffstat may not exist. We must prevent the build from failing because of that
-
Mikaël Salson authored
grep may return a non-zero code when some files are unreadable, this would fail the test which is not desired.
-
Mathieu Giraud authored
When the global test suite is passing, individual failed tests (counted in SHOULD_*_EXPECTED_FAILS) can be marked as 'TODO' to make continuous integration happy
-
- 28 Sep, 2016 3 commits
-
-
Mathieu Giraud authored
Follows a973c9dd
-
Mathieu Giraud authored
This will help further bug hunting.
-
Mathieu Giraud authored
-
- 26 Sep, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 24 Sep, 2016 3 commits
-
-
Mathieu Giraud authored
This sequence, previously expertised in 84f2acae, fails since cd292aa0. The tests are now passing.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We run should-vdj-to-tap.py unbuffered (python -u) to have the best tee experience.
-
- 23 Sep, 2016 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
The segmentations were previously xxx (because of a known bug on the evalue) and are now IGH as expected. Since there are more affectations in the index, the xxx has more ambiguous positions now, which increases its e-value.
-
Due to 9db2ea1c, there is one more test classified as BUG. (release-2016.08 does not have the right number of expected fails)
-
Due to 79c2bebc the number of failed tests increase since we changed two TODOs in BUG
-
All files inside refer to curated-vdj, not should-vdj
-
- 05 Aug, 2016 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Commits ad0fe37e and 5815bf0d were very lazy, they are reverted. It is safer to still check all these tests, allowing some failed tests corresponding to recent or challenging .should-vdj sequences. Te results of the tests were carefully compared to the ones before ad0fe37e/5815bf0d. The difference (6 tests) come from some missing D segments due to 0c3cd0e.
-
- 18 Jun, 2016 1 commit
-
-
Mikaël Salson authored
-
- 16 Jun, 2016 1 commit
-
-
Mikaël Salson authored
-
- 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 1 commit
-
-
Mathieu Giraud authored
-