- 14 Feb, 2017 2 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
Methods to check whether a user can create or modify pre-processes
-
- 10 Feb, 2017 3 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
method for checking whether a group exists and a user can view said group
-
Ryan Herbert authored
method for checking whether a user can create a new config
-
- 09 Feb, 2017 7 commits
-
-
Mathieu Giraud authored
$(DATA) was not working anymore, and was too human-specific.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
New .tar.gz with the new germline/directory structure. IMGT changes: - removal of IGLJ4*01, IGLJ5*01, IGLJ7*01 - removal of IGHV3-23D*02 - changes in all fasta headers (no more ‘rev-compl’) Fixes #1766.
-
Mathieu Giraud authored
See #2173.
-
- 08 Feb, 2017 1 commit
-
-
Ryan Herbert authored
Having such a high value for uwsgi_read_timeout does not make sense for most requests. Therefore it makes sense to create a new route for uploading which has its own value for that parameter. Placing the configuration in the separate file helps prevent duplication.
-
- 07 Feb, 2017 1 commit
-
-
Ryan Herbert authored
adding a test on get_default_user_group to ensure the correct behaviour is maintained.
-
- 06 Feb, 2017 1 commit
-
-
Mikaël Salson authored
By default section IDs in org-mode export are based on section numbers which may change when adding or reorganizing sections. We should rely as much as possible on custom IDs.
-
- 04 Feb, 2017 1 commit
-
-
Mathieu Giraud authored
Opens #2168.
-
- 03 Feb, 2017 4 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
Our servers tend to have little space on the filesystem, but mount large partitions to /mnt for file storage. This was hindering our upload capabilities due to the creation of temporary files by nginx and uwsgi. Redirecting these files to /mnt/data/tmp means this problem would only occur when our main storage becomes limited in available space. Fixes #2149
-
Ryan Herbert authored
Sequence file downloads were limited to 1GB in size. Increasing this parameter allows nginx to serve large files. Fixes #1464
-
Ryan Herbert authored
When uploading large files, users would sometimes encounter a gateway timeout due to the fact that nginx was dropping the connection to the backend after a set amount of time and indicating that the upload may have failed, although the backend would continue to process the file and ultimately -- in most cases -- correctly finish the upload. Increasing the value should reduce the amount of confusion incurred for users.
-
- 02 Feb, 2017 8 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This makes the code more regular, and fixes #1006.
-
Mathieu Giraud authored
These tests were previously launched without '-i', on purpose.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2153.
-
Mathieu Giraud authored
New features with -g. -g is the recommended way, -V/-D/-J/-G are more advanced.
-
Mathieu Giraud authored
This failing test is linked to #2003. Now we mark as 'ignored' the failing tests (see #2158), but set a milestone for issues that 'should be resolved before next release' (here %1).
-
Mathieu Giraud authored
It's curious that this test was not failing before: The fasta file was wrong. Anyway, the test does not work. Opens #2157.
-
- 01 Feb, 2017 11 commits
-
-
Mathieu Giraud authored
This implies a change in the -m value. See #1673.
-
Mathieu Giraud authored
They are not happy with -g, as they use specific parameters. See #2156.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
The recommended option is now '-g germline/homo-sapiens.g'.
-
Mathieu Giraud authored
Defers to core/germline.cpp the possible failure in opening the file. Completes the previous commit to fix #2134.
-
Mathieu Giraud authored
We now recognize only exact matches. See #2134.
-
Mikaël Salson authored
See #1233
-
Mathieu Giraud authored
-
Mikaël Salson authored
Germlines are now on the www for consistency.
-
Mikaël Salson authored
When using custome germlines the this.m.germlineList.list[system]['recombinations'] was not defined and generated an error that prevented the loading of the germlines.
-
- 31 Jan, 2017 1 commit
-
-
Mikaël Salson authored
Fix vidjil/vdj#334
-