- 25 Jul, 2016 2 commits
-
-
Mathieu Giraud authored
A @rchikhi set with ~150M reads tested with all locus gave an e-value multiplier >2^31, leading to integer overflow and many spurious clones. Moreover, the previous multiplier was only an 'int', depending on the actual implementation. The multiplier is now a float (double) value.
-
Mathieu Giraud authored
Thanks for @rchikhi for pointing this out.
-
- 21 Jul, 2016 2 commits
- 19 Jul, 2016 1 commit
-
-
- 15 Jul, 2016 5 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
-
- 13 Jul, 2016 11 commits
-
-
Mathieu Giraud authored
The other files are generated through a 'make' in tools/tests
-
We want to be able to retrieve the last fuses on every sample set
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Follows 7b955792
-
Mikaël Salson authored
-
Mikaël Salson authored
-
English and French versions
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
This will help testing the effect of some parameter on all the functional tests.
-
- 12 Jul, 2016 1 commit
-
-
Mikaël Salson authored
-
- 11 Jul, 2016 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Incompatible changes are the numerical values in
-
Mathieu Giraud authored
-
- 08 Jul, 2016 13 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
Mikaël Salson authored
Because of code duplication, also apply fix of b035dd95
-
HERBERT Ryan authored
-
HERBERT Ryan authored
This commit resolves an issue where running a sequence file would not trigger the fuse on other sample sets. To achieve this fix, schedule run no longer depends on sample sets and database calls to fuse are done on each run_fuse
-
HERBERT Ryan authored
Removed a permission check on patient logging which was not only redundant but also introduced a bug
-
Mikaël Salson authored
When the seg[key] is not an object, we convert it to an object such as seg[key] = {'val': value}. e-values were stored that way (without object).
-
Mikaël Salson authored
As Clone can be built independently it is important that convertSeg is called directly in the Clone constructor and not afterwards in the model.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
As code is duplicated between the edit form and the add form, this is the same code as efc4589
-
-
- 07 Jul, 2016 1 commit
-
-
Mikaël Salson authored
Who said watir tests are useless? Two unexpected bugs have been caught by making this test (see the two previous commits). There definitely should be a watir test on the monitor report.
-