- 21 Oct, 2016 1 commit
-
-
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 20 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
-
Mikaël Salson authored
We don't expect make data to install a webserver. Moreover we have other ways to do so, more reliably.
-
Mikaël Salson authored
-
Mikaël Salson authored
Use the -m option of tar so that the dates of the germline files are the extraction date. This will prevent re-extracting files if they are not newer
-
Mikaël Salson authored
Standardize'' the Makefile with all rule and add a .PHONY to avoid ambiguities.
-
Mikaël Salson authored
It recovers the files from the *saved* germlines, it does not retrieve the new ones. This rule has no reason to create the germline.js. That file is created by the corresponding rule.
-
Mikaël Salson authored
It relies on other rules to do so.
-
Mikaël Salson authored
DATA is used as a prerequisite in some rules. We cannot use wildcards as it assumes that the files have already have been retrieved, which is not necessarily the case. The OTHER_DATA is only used in the make clean, and can make use of the wildcard.
-
Mikaël Salson authored
-
Mikaël Salson authored
Previously, the informations coming from the best top were kept. However we could have a sequence in the top 1, with few reads, in a poorly segmented dataset that was preferred over a top 2 sequence with lots of reads in a highly segmented dataset. Now we just take into account the number of reads, by assuming with the higher number of reads we should have the higher reliability. This should be a better criterion than the previous one (wishful thinking).
-
- 17 Oct, 2016 4 commits
-
-
Mikaël Salson authored
For more informations on those variables, see http://distill.pub/2016/misread-tsne/
-
Mikaël Salson authored
-
Mikaël Salson authored
Sort function doesn't want None values. We avoid that by defaulting to the minimal date.
-
Mikaël Salson authored
Utility function to prevent from having a None value. This can be useful when giving values from the DB to functions that only expect defined values (eg. when sorting)
-
- 13 Oct, 2016 2 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-