- 08 May, 2015 11 commits
-
-
Mathieu Giraud authored
The purpose of these tests is to check whether the reads with labeled windows are kept, and not to test the VDJ segmentation on these difficult reads.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
Don't remove anything: the sequences used in segmentation.fasta are quite specific to test tricky case to see how behaves the affectanalyser in strange cases. Such tricky cases will be hard to find only with the last 100nt of V genes
-
Mikaël Salson authored
Obviously the number of kmers is lower. But the number of ambiguous k-mer is also lower.
-
Mikaël Salson authored
This is a hand-made test with the *start* of a V gene. Therefore it cannot be found with default parameter where we only keep the last 100bp
-
Mathieu Giraud authored
It will be default in a next release.
-
Mikaël Salson authored
This option is passed to the germline which is passed to the kmerstore (in the insert method). It is used to only consider one end of a V/J gene
-
Mikaël Salson authored
Used to be pass through to the insert() method in KmerStore (to avoid indexing all the Vs or all the Js)
-
Mikaël Salson authored
-
Mikaël Salson authored
With keep_only parameter we can index either the start or the end of a sequence. Useful since we may not need to index all the V genes (but only the end). Discussions in British pubs are valuable! (merged by magiraud, 2015-05-07, light conflict with 07adde3c)
-
- 07 May, 2015 9 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Fix 9aa52e68. Thanks to the functional Watir tests.
-
http://localhost/Mathieu Giraud authored
Partially revert 59f3e19d Tests should work even without a server on localhost (especially for unit tests run by Jenkins or Travis).
-
Mikaël Salson authored
We changed several times this line to see if the clone is the same. The purpose of the test is to check if we have the same clone in both datasets. The purpose of the test is not to check the segmentation. To check that, we remove the part of the lines that differ among both datasets and only keep the segmentation information. Hence both lines should be equal and should not appear in the diff.
-
Mikaël Salson authored
Do what the test says. We don't care if we have 143 affectations (it is lower now with -t about 100). We want to see if we have the same affectations. Just do a sort -u: if we have twice the same line the duplicate will be removed with the -u, hence we will have only one occurrence of the XXX
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 03 May, 2015 2 commits
-
-
Mathieu Giraud authored
-
Vidjil Team authored
-
- 01 May, 2015 2 commits
-
-
Mathieu Giraud authored
The result with '>=' should be more portable. This may be related to the actual precision of 'double' and rounding issues that may depend on the platform. Bug detected thanks to unit tests on several slaves. Thank you Jenkins !
-
Mathieu Giraud authored
-
- 30 Apr, 2015 14 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Additionnally that function falls back to stderr if there is a problem opening the output file
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
relaunch-fuse.py: Script that provide commands for relaunching fuse.py for any sequence file containing a given substring
-
Mikaël Salson authored
-
Mikaël Salson authored
Since auth is initialised at the beginning it doesn't benefit from the change of the DB. Therefore it was modifying the original DB rather than working on the test DB.
-
Mikaël Salson authored
Since we don't modify them at export, there's no reason to modify them at import
-
Marc Duez authored
-
Marc Duez authored
-
-
- 29 Apr, 2015 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
If the seed is not symmetrical (as with TRA and VdJa), we can't just reverse the seed. We need to take back the original substring, reverse it and then take the seed.
-