- 07 Dec, 2016 6 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
The default redirect for non-admin users is now set to the new sample_set list with type=patient
-
HERBERT Ryan authored
-
HERBERT Ryan authored
One of the logging calls indicated that the loaded list was of runs regardless of the type.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 06 Dec, 2016 5 commits
-
-
Mikaël Salson authored
@tydax solved #2045 with 7c97c416. Here we make sure that a regression won't happen.
-
-
-
Mikaël Salson authored
Just provide the syntax for information, but the default proxy is fine. Moreover we update the URL to a one which is currently working. Spotted thanks to @tydax.
-
Mathieu Giraud authored
Discussion with @mikael-s, @aurelBZH and @RyanHerb: The same menu entry was previously used to open/save different sample sets.
-
- 05 Dec, 2016 1 commit
-
-
Mikaël Salson authored
-
- 02 Dec, 2016 3 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
There was a reference to the type variable in the view, although the type variable had been replaced a few commits ago.
-
HERBERT Ryan authored
Added missing parameter to request when sorting the sample_set list
-
- 01 Dec, 2016 8 commits
-
-
Mikaël Salson authored
Discussed in #2003. The e-value depends on the number of (segmented) representatives, not the total number of clones.
-
Mikaël Salson authored
This is used in the cloneDB.cgi to ensure unicity in a same sample
-
Mikaël Salson authored
-
Previous error was present twice in config urls
-
-
passing the helper to the view instead of the type in order to call some helper functions from the view. Notably to fix the add button which only worked for generic.
-
-
Due to a length check in the wrong place, the button for incrementing the page number was not appearing
-
- 29 Nov, 2016 17 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
In order to be able to indicate whether another page is available, we query one more item than we would like to display. Therefore we need to filter out this last element.
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
fixed the reference to the sample_type
-
HERBERT Ryan authored
some queries were written multiple times to manage the different sample_set tables. These are now generic.
-
HERBERT Ryan authored
listing sample_sets in edit was broken due to the changes implemented with the generic table. This commit resovles that issue
-