- 19 Oct, 2016 5 commits
-
-
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 4 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
In previous package releases it was unclear to which program the data storage folders belonged. By default the upload and result folders were created in /mnt. They are now created in /mnt/vidjil.
-
HERBERT Ryan authored
-
- 12 Oct, 2016 7 commits
-
-
Mikaël Salson authored
This prevented one of the two tests (test_loading_analysis.rb or test_analysis-example1.rb) to be analysed, and taken into account, by Jenkins.
-
Mikaël Salson authored
It is part of the ECMAScript 2016 standard while indexOf is part of the ECMAScript 5.1 standard (2011).
-
Mikaël Salson authored
-
Mikaël Salson authored
Check that the segmented sequence outputs the span at the right places. For the test we needed to change the sequence (hence its GC content) to reliably test the positions of interest.
-
Mikaël Salson authored
This failed since at least f682e77f (2016/03). This should now be corrected, and tested.
-
Mikaël Salson authored
this.seg was always defined (to an empty object) therefore testing whether its type is undefined was useless. Instead we rely on a method in Clone to know whether the seg field is defined.
-
Mikaël Salson authored
The window (id field) should be found has a potential field
-