- 16 May, 2014 6 commits
-
-
Vidjil Team authored
-
Vidjil Team authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This is a very rough method, but it already gives some hints of the germline used.
-
Mathieu Giraud authored
TODO: the list should not be hard-coded.
-
Mathieu Giraud authored
We want to have a command that browse a set of reads and predict the germlines used. (Perhaps, in the future, some results of this scenario could be used as an input of the segment scenario ?)
-
- 30 Apr, 2014 1 commit
-
-
Mikaël Salson authored
-
- 01 Apr, 2014 8 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
No reason to have separate (hard-coded) constants for delta_max. Now we just have one.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Side effect: no 'clones.vdj.fa' and 'seq/*' files are produced. The 'vidjil.data' file is still produced.
-
Mathieu Giraud authored
This is the main Vidjil output (as a fasta file): representatives of the clones, ready to be processed by other tools. Until now, this output was on stdout and (partially) in out/seq/*
-
Mathieu Giraud authored
Vidjil should not be used to segment reads.
-
Mathieu Giraud authored
It could be nicer with python argparse :)
-
Mathieu Giraud authored
-
- 27 Mar, 2014 1 commit
-
-
Mathieu Giraud authored
The threshold is a percentage, not a ratio.
-
- 25 Mar, 2014 6 commits
-
-
Mathieu Giraud authored
Now that a representative is almost always found, it is better to limit short examples to a small number of clones.
-
Mathieu Giraud authored
This enables to have representatives even when setting -R to very small values. As a side effect, option -A should return representatives for every clone (-R is 1).
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We have already MAX_CLONES limiting the default output. In a typical MRD setup, the previous value of 0.1 was not meaningful.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 22 Mar, 2014 2 commits
-
-
Mathieu Giraud authored
This is really a debug option, because 'segmented.vdj.fa' is not a proper fasta file anymore.
-
Mathieu Giraud authored
We have to set k in a way that there is very few common k-mers between the V and J germline. This depends on the system.
-
- 18 Mar, 2014 2 commits
-
-
Mathieu Giraud authored
This is again a very bad idea. Only for short datasets.
-
Mathieu Giraud authored
It is a very bad idea, we should not let the user use that.
-
- 20 Feb, 2014 1 commit
-
-
Mathieu Giraud authored
* Refactored main vidjil.cpp (core/windows.cpp, core/windowExtractor.cpp) * Removed unused html output * Better json output (core/json.cpp) * Updated main stdout, with representative sequence for each clone * Updated parameters for FineSegmenter (delta_max) and dynprog (substition cost) * Bugs closed
-
- 07 Oct, 2013 1 commit
-
-
Mikaël Salson authored
* Better heuristic, segments more reads (core/segment.cpp) * Better and faster selection of representative read (vidjil.cpp, core/read_chooser.cpp) * Better display of reason of non-segmenting reads * New normalization against a standard (-Z) (core/labels.cpp) * New experimental lazy_msa multiple aligner * New .json output * New unit tests * Bugs closed
-
- 03 Jul, 2013 1 commit
-
-
Mathieu Giraud authored
* New selection of representative read (core/read_chooser.cpp) * Faster spaced seed computation (core/tools.cpp) * New unit tests * Bugs closed
-
- 26 Apr, 2013 1 commit
-
-
Mikaël Salson authored
* First public release
-