- 28 Apr, 2015 3 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Hey, could windows labels (-l) be used for another thing ?
-
- 17 Apr, 2015 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
To be too short for the window is just a non-segmentation/non-analysis cause.
-
- 16 Apr, 2015 1 commit
-
-
Mathieu Giraud authored
Previously, the default -w was 40 for VJ, and 60 for V(D)J, except in multi-locus identification (-g), when it was 40 even for V(D)J recombinations. For the majority of cases, setting -w to 50 is thus more conservative. Many users already tested -w 50 (or the less conservative -w 40) for IGH and found correct results. Now we have a uniform window size for all locus, allowing a better indexing and comparison of windows across experiments and configurations.
-
- 11 Apr, 2015 1 commit
-
-
Mathieu Giraud authored
The e-value threshold just works. It is thus enabled by default in the next release.
-
- 08 Apr, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 07 Apr, 2015 4 commits
-
-
Mathieu Giraud authored
Loading incomplete germlines in the same index may give some problems, as the same sequences will be loaded several times with different roles, leading to AFFECT_AMBIGUOUS affectations. We thus ignore the '-1' setting for incomplete germlines, and do not consider these germline for MAX12 ('-2'). Now '-i' should work with '-1' and/or '-2', and the previous test passes.
-
Mathieu Giraud authored
n+1 indexes: the n regular ones, and the common one for MAX12.
-
Mathieu Giraud authored
No-modification change - set_index(index) sets the index - update_index(index) may be used on any index (including other indexes than the index set) - insert_in_one_index and build_with_one_index take a boolean 'set_indexes' We want to be able to update any index (for example a global one) with sequences of a germline, without changing the index of this germline.
-
Mathieu Giraud authored
-
- 03 Apr, 2015 6 commits
-
-
Mathieu Giraud authored
Fix 05b02185, thanks to @mikael-s for the bisect.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
(and use '-E' for old option on forced edges)
-
Mathieu Giraud authored
-
- 01 Apr, 2015 1 commit
-
-
Mikaël Salson authored
Doc updated accordingly.
-
- 17 Mar, 2015 3 commits
-
-
Mathieu Giraud authored
Arbitrary fields must begin by '_' to be displayed in the browser, and we should export a JsonArray that will be gathered in fuse.py.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This should be directly moved into some KmerRepresentativeComputer() constructor.
-
- 11 Mar, 2015 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 09 Mar, 2015 3 commits
-
-
Mikaël Salson authored
Before the list was actually stored. Now the list of reads is not stored anymore. There are several lists of (some) reads, and for getReads() a single list is computed from those lists. We should see if it causes some slow down but we rarely call getReads() and we don't have anymore to sample sequences.
-
Mikaël Salson authored
This number is set by default to the max_auditioned sequences since we need that many sequences in maximum (unless we want to see all the sequences).
-
Mikaël Salson authored
nb_reads: For consistency reasons the number of reads is stored eveywhere with size_t instead of int
-
- 08 Mar, 2015 9 commits
-
-
Mathieu Giraud authored
core/windowExtractor.{cpp,h}, vidjil.cpp: option '-X' takes reads at regular intervals from the file The first reads (now '-x') are sometimes different from the average reads.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
With this debug option, all unsegmented reads of sufficient length will be kept, with a fake window being their complete sequence. These reads can then be seen in the browser.
-
Mathieu Giraud authored
Each segmenter has now its own toJsonList() method. This is more flexible and allows to output the KmerSegmenter even when the FineSegmenter failed.
-
Mathieu Giraud authored
Remember that the -w parameter is not used when using -g ... ... except for the representative computation.
-
Mathieu Giraud authored
It is currently not working.
-
Mathieu Giraud authored
Replaced by boolean 'one_index_per_germline' + parameterization of method 'add_germline'
-
Mathieu Giraud authored
core/germline.{h,cpp}: zero-change refactoring, extract MultiGermline::add_germline(), seeds in tools.h
-
- 04 Mar, 2015 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
When -X is not given, we still want that Vidjil processes all the reads.
-
Mathieu Giraud authored
This better reflects what '-X' means.
-
Tatiana Rocher authored
-