- 10 May, 2017 25 commits
-
-
Ryan Herbert authored
This was causing an issue where comparing samples that were not associated to any patients would provoke a server error.
-
Ryan Herbert authored
This reverts commit 25c2c31a. See #2403
-
Ryan Herbert authored
generic axis does not use the second index parameter, causing disparities with the other numerical axis classes since both types make use of the same method for computing bar labels. Therefore performing any necessary calculations upstream from the function is more robust, and therefore more consistent. fixes #2419
-
Mathieu Giraud authored
-
Ryan Herbert authored
We don't want our jshint runs to depend on the user's local configuration, so passing a fixed file will give us consistent results. Closes #2272
-
Mathieu Giraud authored
Refactor and tests by @heto, see merge request !27. Closes #2093.
-
Téo Vasseur authored
Modifications in scatterPlot.js were already done but overwritten by merge
-
-
See #2093 .setTimeout and assert.async are needed to overcome Javascript's asynchronism : this allows to wait for the scatterplot/svg to be fully loaded before getting its width and height, and making the tests. Also, 'IGH' and 'TRG' labels are inverted for some reason, which caused the 'side' clones to be found in the top right corner (rather than the bottom right corner, as in the actual client). This was not seen at first while writing the tests, and might be helpful to know for further tests or corrections !
-
-
-
-
-
-
Split .stopSelector so as to test it more easily
-
-
Mathieu Giraud authored
Follows 851b7931.
-
Mathieu Giraud authored
See merge request !12
-
-
Before something could have failed before launching or when launching the process but this would not have been properly logged. By expanding the scope of the try/except we increase the chances of catching such a problem. The exception is re-raised afterwards
-
Apparently caused by merge
-
Mathieu Giraud authored
See merge request !26
-
See #2383. This launched some shortcuts while using some web browser features.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2417.
-
- 09 May, 2017 14 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #1227.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2418.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2418.
-
Ryan Herbert authored
Closes #2416
-
Ryan Herbert authored
It was incorrect in the FloatAxis class
-
Ryan Herbert authored
Bar charts were forgotten in the application of the numerical axis subclasses. This allows the bar chart labels to be formatted.
-
Ryan Herbert authored
Some commits seem to have been lost or forgotten at some point in regards to the positionning of the 'undefined' (?) values label. And we had identical labels for all positions on numerical axes. The position of the 'undefined' label was also reset at some point as well as the label offset. This should sort things outs and reposition all labels correctly with the correct text.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
A great upcoming feature by @heto. People will soon be able to customize the columns in list.js/segmenter.js. Closes #2175, #2398, and #2395 See merge request !22
-
- 05 May, 2017 1 commit
-
-
Ryan Herbert authored
closes #2409
-