- 04 Jun, 2015 3 commits
-
-
florian.thonier authored
-
florian.thonier authored
-
florian.thonier authored
-
- 03 Jun, 2015 1 commit
-
-
florian.thonier authored
-
- 02 Jun, 2015 3 commits
-
-
florian.thonier authored
-
florian.thonier authored
model_loader.js : fct strAnalysis - Use the value of manualchanged and insert clone values of Locus/segment if needed
-
florian.thonier authored
-
- 01 Jun, 2015 1 commit
-
-
florian.thonier authored
clone_test.js : New Qunit tests (manual modification button, already changed icon, modification lists)
-
- 29 May, 2015 5 commits
-
-
florian.thonier authored
clone.js : button+fct to show/hide germline lists; icone to show if a clone has already been modify (+ param 'manuallyModify')
-
florian.thonier authored
-
Mikaël Salson authored
-
florian.thonier authored
This reverts commit c31f2ef0.
-
florian.thonier authored
-
- 28 May, 2015 20 commits
-
-
Mathieu Giraud authored
One of the sequences in Stanford_S22 with a common k-mer between V and D segments (with the non-default seed #####-#####).
-
Mathieu Giraud authored
There are common k-mers (with the non-default seed #####-#####) between IGHV and IGHD. Interestingly, the number of detected junction is the same in the new version, but there are more segmented reads, as the large '-w 100' option needs a fairly positioned window.
-
Mathieu Giraud authored
The strand detection can work even without any V/J k-mers, as when there are D k-mers or k-mers from other locus (with the '-1' option). These cases were previously reported as UNSEG_TOO_FEW_V, and now we correclty report these cases. Bug detected thanks to trd-dd2-dd3-complete.should_get
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The D sequences are now inserted in the index, but some unit tests were previously launched by giving fake D repertoires. This is fixed.
-
Mathieu Giraud authored
There are sometimes common k-mers between D and V/J genes (this was at least the case for IGH with -t 0), and this may give badly positioned windows. Now all D k-mers are stored in the index, marking these k-mers as AMBIGUOUS. Note that it is the first time that the D germline is actually used in the KmerSegmenter.
-
Mathieu Giraud authored
See d70796dc. We now test the clusters in the .vidjil output.
-
Mikaël Salson authored
6577fd78 by @magiraud fixed the UNSEG_AMBIGUOUS, hence the test passes
-
Mikaël Salson authored
We must clean the repertory first since Vidjil had previously be compiled for tests (-O0 -g) and we don't want a release executable with such options. The name of the executable depends on the architecture and on the release name.
-
Mikaël Salson authored
-
Mikaël Salson authored
The -m option is now only useful for FineSegmentation, not for the main heuristic.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
All sequences are now segmented. Put -k 16 so that some sequences are unsegmented again. Additionnally this tests whether the MapKmer works
-
Mikaël Salson authored
More sequences are segmented in Standford_S22
-
Mikaël Salson authored
-
Mikaël Salson authored
delta_max is now useless. It was use to make sure we didn't segment something not robust enough. Now we use the e-value, which is a much trustable value. delta_min is useless to the KmerSegmenter (we can't have overlaps with the first_max, last_max algorithms). But it can still be useful to FineSegmenter, that's why we keep it.
-
Mikaël Salson authored
In the output the * could be expanded
-
Mathieu Giraud authored
When there are labeled windows, some kept windows may have, on purpose, fewer reads than the '-r' threshold. Previously an exception was launched in these cases. This is fixed.
-
-
- 27 May, 2015 2 commits
-
-
-
Mathieu Giraud authored
-
- 26 May, 2015 3 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Since 40c17d5e and eafb88cb (before the 2015.05 release !), UNSEG_NOISY is not used.
-
- 22 May, 2015 2 commits
-
-
Mathieu Giraud authored
It fails when the python version is incorrect.
-
Mathieu Giraud authored
-