- 28 Feb, 2016 6 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Finally Vidjil learns the genetic code.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This was realized after prototyping and tests by @flothoni. As in IMGT/JunctionAnalysis, the detection relies on the positions of Cys104 and Phe118/Trp118. The detection is here in O(n), taking advantage of the already aligned V and J segments. The current implementation will not give a precise positions when there are insertions or deletions between Cys104 and the end of the V segment (or between the start of J segment and Phe118/Trp118). This could be improved by backtracking the DP matrix.
-
Mathieu Giraud authored
-
- 27 Feb, 2016 11 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The Sequence structure has now an additional field.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The gapped sequences should be all aligned. One may want to remember a specific position.
-
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 5 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.
-