- 10 Mar, 2015 1 commit
-
-
http://www.motobit.com/help/scptutl/pa98.htm Thanks @mikael-s and @duez for pointing out this.
-
- 09 Mar, 2015 29 commits
-
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Mathieu Giraud authored
But how can we retrieve the shiftKey inside a d3.js selectAll (scatterPlot.js) ?
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
- Can select all/no loci - Can select just one locus It will be helpful to provide shortcuts for selecting just one.
-
Mikaël Salson authored
There is no reason to call the sequence sampler if we already don't have more sequences than what we would require for the sample.
-
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
- Methods for defining parameters of the bins - Changing the code to fit BinReadStorage methods - New unit tests to test BinReadStorage
-
Mikaël Salson authored
A BinReadStorage is provided which stores reads in bins and keeps only the reads in the upper bins if there is no space left (to avoid wasting RAM).
-
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
-
Mikaël Salson authored
Returns the number of reads for a window. Previously it could be obtained through getReads().size() but in the future we may not always store all the reads in memory but just the most abundants.
-
Mikaël Salson authored
-
[process] (patient) c'config' We should even have some utility function in modules/ to do that.
-
- 08 Mar, 2015 10 commits
-
-
Mathieu Giraud authored
As some decadent OS are case-insensitive for filenames, we should not have two files whose names only differ in capitalization.
-
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
Couting the sequences in a Fasta file. Not very efficient, but for debug purposes.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The browser needs to have correct sums in order to display the clones on the grid. Ideally, we should create pseudo-germlines such as 'TRG!' for these reads.
-
-
-
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
-