- 06 Apr, 2017 2 commits
-
-
-
Typing errors, misspellings, etc.
-
- 05 Apr, 2017 8 commits
-
-
Mathieu Giraud authored
See #2338.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
If there need some space, we will do it through CSS See #2338.
-
Mathieu Giraud authored
See #2338.
-
Mathieu Giraud authored
See #2338.
-
Ryan Herbert authored
The sample_set/all page was redirecting to an inexistant page if not logged in
-
Ryan Herbert authored
The redirection after deleting a sample_set did not take the sample_type into account.
-
Ryan Herbert authored
call would append trailing question mark to a URL which did not have any args. This was causing some issues with some redirects, namely for the login page.
-
- 04 Apr, 2017 10 commits
-
-
Ryan Herbert authored
runs jshint on all javascript files in browser/js/
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We need to update lines in list.js/segmenter.js.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
(We still have #1763.)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 03 Apr, 2017 13 commits
-
-
Mikaël Salson authored
This is necessary as process substitution is not available in sh. However the command is portable (tested under Bash on FreeBSD)
-
Mikaël Salson authored
In some cases we may not have access to /dev/stderr which causes an error. This has been rewritten to redirect the output both to STDERR and STDIN. The output which is on STDIN is still grep-ped to check the number of errors.
-
Mikaël Salson authored
Deploy to $PROD_CLIENT_SERVER where the SSH config is as is: Host app.vidjil.org StrictHostKeyChecking no UserKnownHostsFile=/dev/null User = bonsai-ci IdentityFile = ~/.ssh/bonsai-ci
-
Mikaël Salson authored
See vdj#210
-
Mikaël Salson authored
It also brings valuable information on nb of occurrences of the sequence
-
Mikaël Salson authored
-
Mikaël Salson authored
This is commented for now as it can be resource-consuming. We may want to wait a bit before putting it in production for everyone.
-
Mikaël Salson authored
-
Mikaël Salson authored
SO that they can be displayed in the clone info page
-
Mikaël Salson authored
-
Mathieu Giraud authored
Closes #2304.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2304.
-
- 02 Apr, 2017 5 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
Actually it is not a good idea that the client directly calls the CloneDB. Indeed some tags from the CloneDB directly refers to data on the server-side. Therefore the server can bring valuable informations. That's what we do know: the client calls a controller which calls the CloneDB. The controller then adds other information useful to the client (URL of the sample sets, name of the sample sets).
-
Mikaël Salson authored
We would probably benefit from a class offering such functions. The class would have a constructor relying only on the sample set ID and would not need anything else. The SampleSet class doesn't behaves in this fashion as this would not be efficent enough (for the patient list for instance, see #2295). However in some cases we would need a more flexible way of accessing a sample set, even it is slower.
-
Mikaël Salson authored
-
Mikaël Salson authored
This would only display something unreadable for the users. So don't.
-
- 31 Mar, 2017 2 commits
-
-
Mathieu Giraud authored
Closes #2300.
-
Mikaël Salson authored
Two reasons: 1. It is cleaner 2. os.system fails when there are too many arguments Importing vidjil-to-fasta.py is a bit tricky because of the dashes in its name. So we use imp.load_source (Python 2.7+) which does the job.
-