- 25 May, 2016 1 commit
-
-
HERBERT Ryan authored
Some analysis files contain a sample log entry. Added an exception to the code to make sure this log does not replace the existing log as it may be outdated
-
- 23 May, 2016 2 commits
-
-
HERBERT Ryan authored
Resolved a bug where opening a result file to which all the sequence files have been deleted caused a server error. Instead we load the file as normal but without all the information that is stored in the sequence_file entry in the database
-
Mathieu Giraud authored
-
- 19 May, 2016 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
'TRDV2 TRAJ29' should match 'TRDV2 13/CCCGAC/34 TRAJ29' (but not the opposite, unless -N is given)
-
Mikaël Salson authored
Fix 1a02b2d8
-
- 18 May, 2016 1 commit
-
-
HERBERT Ryan authored
Adding scripts for monitoring purposes
-
- 17 May, 2016 1 commit
-
-
Mikaël Salson authored
-
- 14 May, 2016 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 13 May, 2016 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 11 May, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 10 May, 2016 14 commits
-
-
Mikaël Salson authored
Safe encoding for first names and last names systematically. Not only when we cannot view the full names.
-
Mikaël Salson authored
Prefer using unicode(s).encode('utf-8') than unicode(s, 'utf-8'). Why? Don't know.
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
80eea121 could create problem in some situations [which ones?]. Now we try to encode in UTF-8 if it fails we let the string as is.
-
Mikaël Salson authored
It can be (and will be) useful elsewhere.
-
Mathieu Giraud authored
gcov is now working on travis, but data are not properly sent to coveralls. Landscape is working.
-
Mathieu Giraud authored
greatly reduce build time
-
-
Mathieu Giraud authored
as in algo/Makefile
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Using partially http://stackoverflow.com/a/32127147 for g++-4.8 (but env: COMPILER=g++-4.8 seems not to work)
-
- 09 May, 2016 5 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
These tests were extended with many sequences that should be further checked. Moreover they will be soon moved to their own git repository. We have to find a new way to measure the quality of the build even when some tests fail.
-
Mikaël Salson authored
Contains sequences from other files (redundant)
-
Mikaël Salson authored
Those files contain fake sequences.
-
Mikaël Salson authored
TODO -> BUG. TODO should be limited to sequences that have not been checked
-
- 06 May, 2016 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Some of our users may use non-ascii charaters in patient names, therefore we must make sure that the filename will be correctly encoded. By the way, the useless commented code has been remove.
-
Mikaël Salson authored
-
- 04 May, 2016 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
There are other places where it doesn't make sense (e.g. the run button)
-
- 03 May, 2016 1 commit
-
-
Mikaël Salson authored
Use box-shadow instead of border as a box-shadow doesn't take any space (thanks to http://stackoverflow.com/a/18841365/1192742). For some reason the shadow on the right cannot be seen so we put it on the left of the N, the D and the J (only when they are preceded by a N).
-