- 23 Sep, 2016 19 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
* The options can be overriden usig the option override_imgt_options. * The results are overwritten in m.clones[].seg.imgt * We now launch IMGT Post twice: 1. With nt-sequence 2. With summary (% id in V gene)
-
Mikaël Salson authored
-
marc authored
-
marc authored
-
marc authored
-
Mikaël Salson authored
With malformed files, Fuse will raise an exception that must be caught here.
-
Mikaël Salson authored
Ensure that field is defined before accessing it.
-
Mikaël Salson authored
Test that boundaries provided by IMGT have the priority on what we could compute by hand (even if the boundaries do not make sense). Beware IMGT starts numbering at 1.
-
Mikaël Salson authored
The field searched for are not the same anymore, so we adapt the tests.
-
Mikaël Salson authored
Will be useful for the clone DB
-
Mikaël Salson authored
In this case sequences are longer, which is more interesting and IMGT provides the start and stop positions, which is more robust. Additionnally we also have access to all CDR and FR regions for the future.
-
Mikaël Salson authored
The for-loop was useless. We start by defining the fields to be processed and then for each of them we compute the start and stop positions. We also take benefit of the fact that IMGT may define itself the start and stop positions in which case we just retrieve them.
-
Mikaël Salson authored
Proxy is now on rbx and not on dev anymore (for quite a long time actually).
-
HERBERT Ryan authored
Resolved an issue where the permissions for viewing results logs were checked on the wrong sample set
-
HERBERT Ryan authored
Refactored the selection of the owner group when adding a patient and a run since the process is the same, but there was a duplication in the code and the two versions had diverged, creating a bug.
-
Mikaël Salson authored
It avoids ambiguity and ensures that we redirect to the right page.
-
Mikaël Salson authored
We can remove results file from a run that is not linked in any way to a patient. We just consider the sample set
-
- 22 Sep, 2016 21 commits
-
-
marc authored
-
marc authored
-
marc authored
-
marc authored
improve loop
-
marc authored
same as list.js
-
marc authored
nodes start with size 0 (=>the scatterplot doesn't freeze anymore during the first frames)
-
marc authored
remove some useless code
-
marc authored
build everything once, update/hide/display if necessary
-
marc authored
improve sortListByXXX functions -add generic function sortListBy(fct) -remove obsolete funtion -use javascript to retrieve attribute instead of jquery
-
marc authored
redraw lines only if neccessary
-
marc authored
-
HERBERT Ryan authored
This hotfix resolves an issue with default group selection when creating a new patient. This issue affected users that belonged to multiple groups but did not have creation permissions on all groups. The default user group is now also only displayed if the user has create permissions on that group.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
marc authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Revamped the packaging information with new tools and techniques that have come to light to my attention and make things easier
-
marc authored
-
marc authored
-
marc authored
database.js / file controller : add a client side form validator for file upload (check the number of file provided/pre_process)
-
florian.thonier authored
numerical field by 'val' key textual field by 'info' key.
-