- 07 Nov, 2016 4 commits
-
-
HERBERT Ryan authored
reference to id has changed in model, so this should fix the issue
-
At this point identity is a string, which cannot be NaN. Therefore we start by converting the value to a float and then we test whether is it NaN or not.
-
However the value may not be defined (when there are no indels), in which case it is empty. In such a case we fallback to the identity % without indels.
-
Mathieu Giraud authored
The 'smaller clones' were not displayed anymore since 2095ef31. This is fixed.
-
- 04 Nov, 2016 7 commits
-
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This is the case when compiling Vidjil from a fresh clone.
-
Mikaël Salson authored
Shame on me. Fix c0bdefd2
-
- 03 Nov, 2016 4 commits
-
-
Mikaël Salson authored
Fix 223c9a49
-
Mikaël Salson authored
Fix 9b3e08e6
-
HERBERT Ryan authored
Fused_files were previously preserved from previous runs. However the decision has been made to no longer preserve these files as they do not serve the expected purpose.
-
Mikaël Salson authored
This reverts commit 0d40d04c. The commit introduces a serious regression where some top clones would be ignored. However the commit introduced an interesting feature, that will be reintegrated (in a safer manner) in the future.
-
- 28 Oct, 2016 2 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
A large number of tasks were generated with the arrival of pre-processing that simply indicated that vidjil could not yet be started due to a pre-process having not yet finished. These tasks were saturating the database and serve no purpose beyond the initial attempt at launching Vidjil. This script deletes such scheduler_tasks and their associated scheduler_uns.
-
- 27 Oct, 2016 3 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
In order to reduce the amount of queries to the database, the heartbeat can now be set in the defs.py file.
-
HERBERT Ryan authored
Disk spce failsafe was failing in tests due to a folder being non-existant.
-
- 25 Oct, 2016 6 commits
-
-
Mikaël Salson authored
The cluster is now closed by default in the list (since changes by @duez in browser speed in mid August).
-
-
-
Since we just use the ID in the request, just retrieve it. This is about a 2-fold increase in time.
-
-
Instead of filtering on patiend IDs after the request, filter directly in the request using the belong operator. For users with few patients, this makes a huge difference.
-
- 24 Oct, 2016 1 commit
-
-
Mikaël Salson authored
This is important as the alignment is computed with the first sequence as the reference. The order must thus be perserved. On the contrary, m.getSelected() doesn't ensure to preserve order.
-
- 21 Oct, 2016 6 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Added email notifications to admins when disk space passes below the allowed threshhold
-
HERBERT Ryan authored
This reverts commit 75e01801.
-
HERBERT Ryan authored
Due to an issue with self-signed certificates in the python ssl library, https has been put off for the custom fuse.
-
- 20 Oct, 2016 3 commits
-
-
Mikaël Salson authored
I'm glad when I succeed to spot typos coming from English people ;)
-
Mikaël Salson authored
For users having only one group (the huge majority), there is no need to add fields they won't be able to modify
-
HERBERT Ryan authored
-
- 19 Oct, 2016 4 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
mail variable from db model not available here. Temporarily disable notification email.
-