- 27 Feb, 2016 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 22 Feb, 2016 2 commits
-
-
Mathieu Giraud authored
(n * n) may be too large for an int when (n) is large.
-
Mathieu Giraud authored
-
- 19 Feb, 2016 7 commits
-
-
Mathieu Giraud authored
The problem detected in 0eccf628 is now corrected.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Fixes a bug introduced in 90b8bb4e
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The germline package has now a correct germline.js. There are minor differences in the IMGT header of some sequences. There is still something happening on IGHD_upstream.
-
Mathieu Giraud authored
A collection of sequences on all locus, gathered from other files.
-
- 17 Feb, 2016 4 commits
-
-
Mathieu Giraud authored
This somewhat restores a test removed in 0ae4e1e6.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 10 Feb, 2016 4 commits
-
-
Mathieu Giraud authored
tests/should-vdj-to-tap.py: option '-D', ignore gene/allele names for D genes in .should-vdj patterns
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 08 Feb, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 06 Feb, 2016 7 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This further cleans the code and allows to output D1/D2 boxes as well.
-
Mathieu Giraud authored
One day, we may change '5del' and '3del' fields, their naming is not so consistent.
-
Mathieu Giraud authored
This was not used and not symmetrical.
-
Mathieu Giraud authored
Bug detected thanks to a full Valgrind.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This is the only test checking the raw json output.
-
- 05 Feb, 2016 13 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Discussion with @mikael-s and @flothoni. We now run another dynamic programming once the overlap was handled -- only on the best reference sequence -- to check the actual e-value of the D segment.
-
Mathieu Giraud authored
These mixed TRA/TRD VDDJ sequences should be further studied.
-
florian.thonier authored
-
Mathieu Giraud authored
Back in april 2013, when @mikael-s designed this simulated sequence, he premonitorily included a borderline case of a VDDJ recombination. There are here 6-7 nucleotides exactly conserved for the second D.
-
Mathieu Giraud authored
The second D has 20 nucleotides that are exactly conserved.
-
Mathieu Giraud authored
We are confident enough to use '-d' on our should-vdj tests.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
VDDJ segmentation is still somewhat experimental. Moreover, it will have someday some consequence on the json output, that are not always desirable. We prefer thus to keep this optional.
-
Mathieu Giraud authored
-
Vidjil Team authored
We do not want to detect twice the same D gene. Note that we do not currently forbid alleles of a same gene. Discussion between @flothoni, @mikael-s, and @magiraud.
-
Vidjil Team authored
When a D has already been detected, we do not want to detect anything inside this D. Before this commit, spurious D detections could happen in the EXTEND_D_ZONE. Discussion between @flothoni, @mikael-s, and @magiraud.
-