- 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).
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Since we just use the ID in the request, just retrieve it. This is about a 2-fold increase in time.
-
Mikaël Salson authored
-
Mikaël Salson authored
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.
-
Mikaël Salson authored
Fix e3bdc9fc. The field must still appear in the form for the value to be sent to the server. Now the field is just hidden. Thanks to @RyanHerb for pointing out that issue.
-
- 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 10 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.
-
HERBERT Ryan authored
check for available disk space test was wrong and returning the opposite of the desired result
-
HERBERT Ryan authored
fix keyword error
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
This function can be called when one needs to check disk space. If the disk space is below a specified percentage threshhold, the function notifies the system administrators. A boolean is returned to indicate the disk space situation.
-
Mathieu Giraud authored
Fused files with many samples are large. By default, we limit the number of samples taken into account.
-
- 18 Oct, 2016 11 commits
-
-
Mikaël Salson authored
In case of success we can remove the file in the temporary directory as it is stored elsewhere through Web2py mechanism. Storing it twice was space consuming. We modifie the log message correspondingly so that it can display the real stored file.
-
Mikaël Salson authored
-
Mikaël Salson authored
If a file from the germlines.data doesn't exist in the current directory, complain about it but provide a possible solution. Reraising an exception was done following martineau's advices (see http://stackoverflow.com/a/6062799).
-
Mikaël Salson authored
Code was not working without providing the output filename. Just make it mandatory.
-
Mikaël Salson authored
The file will provide us with the list of germline files that will be used by the browser (eg. IGHV.fa, TRAJ.fa...). The need to provide them was error prone as we had to indicate those files in several places (in germlines.data, in the Makefile, ...)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
PDF output has been replaced by HTML output since more than 18 months.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-