- 08 Jul, 2016 12 commits
-
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
Mikaël Salson authored
Because of code duplication, also apply fix of b035dd95
-
HERBERT Ryan authored
-
HERBERT Ryan authored
This commit resolves an issue where running a sequence file would not trigger the fuse on other sample sets. To achieve this fix, schedule run no longer depends on sample sets and database calls to fuse are done on each run_fuse
-
HERBERT Ryan authored
Removed a permission check on patient logging which was not only redundant but also introduced a bug
-
Mikaël Salson authored
When the seg[key] is not an object, we convert it to an object such as seg[key] = {'val': value}. e-values were stored that way (without object).
-
Mikaël Salson authored
As Clone can be built independently it is important that convertSeg is called directly in the Clone constructor and not afterwards in the model.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
As code is duplicated between the edit form and the add form, this is the same code as efc4589
-
-
- 07 Jul, 2016 10 commits
-
-
Mikaël Salson authored
Who said watir tests are useless? Two unexpected bugs have been caught by making this test (see the two previous commits). There definitely should be a watir test on the monitor report.
-
Mikaël Salson authored
For instance in offline mode (with old files?). Make sure the code will still work
-
Mikaël Salson authored
By generating a scatterplot for each locus, the last locus may not be the current one. Therefore, at the end, we explicitly the current locus to the former one.
-
Mikaël Salson authored
A typo (a misplaced ]) gave an undefined value which JS didn't complain about. Therefore for N2, the sequence was retrieved until the end (thus including the J).
-
Mikaël Salson authored
It will allow to watir-test it more easily
-
Mikaël Salson authored
-
Mikaël Salson authored
-
HERBERT Ryan authored
Added patient and run names as well as usernames in log views
-
HERBERT Ryan authored
Moved software and parameters to the end of the sample log
-
HERBERT Ryan authored
-
- 06 Jul, 2016 8 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
There was an inconsistency in the specification: "stop" was used several times, and "end" once.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We should follow format-analysis.org specification: "Positions on the sequence start at 1." Note that these tests were introduced in 745b47db (Feb 2016), but, at this time, we did not check these positions.
-
Mathieu Giraud authored
-
HERBERT Ryan authored
Resolved an issue where samples would not be displayed in the global compare view if the sequence file involved was present in multiple sample_sets (patient + run)
-
- 05 Jul, 2016 9 commits
-
-
HERBERT Ryan authored
Resolved an issue where attempting to remove a file from a patient or run which was attached to a patient or run that was previously deleted could cause a server error when checking permissions
-
HERBERT Ryan authored
Resolved some issues with the new queries which would systematically cause a server error
-
Mikaël Salson authored
This allows to know where we come from and therefore where we must redirect to.
-
HERBERT Ryan authored
-
Mikaël Salson authored
It was not provided to the file/edit.html view which needs them to display help on each pre-process.
-
Mikaël Salson authored
This two views (file/add.html and file/edit.html) should definitely be merged. The form has been renamed as for file/add.html. Fix 6d28e261
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Added button to compare sample_set view in run list
-
HERBERT Ryan authored
Fixed an issue where runs did not appear in the compare sample view and one could not compare samples of a run
-
- 04 Jul, 2016 1 commit
-
-
Mikaël Salson authored
On some browser (at least Chrome 42) this may totally fail the filter() function which breaks the autocomplete feature.
-