- 15 Jul, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 13 Jul, 2016 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 11 Jul, 2016 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 08 Jul, 2016 5 commits
-
-
HERBERT Ryan authored
-
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
-
- 07 Jul, 2016 8 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
-
HERBERT Ryan authored
Moved software and parameters to the end of the sample log
-
HERBERT Ryan authored
-
- 05 Jul, 2016 1 commit
-
-
HERBERT Ryan authored
-
- 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.
-
- 30 Jun, 2016 1 commit
-
-
HERBERT Ryan authored
-
- 29 Jun, 2016 2 commits
-
-
HERBERT Ryan authored
Added some carriage returns to showLog in order to make the js logs easier to read
-
HERBERT Ryan authored
This commit resolves an issue with the info container, and more specifically the locus line where if no clones/loci were detected in the sample, then a Node Object would not be instantiated and therefore would crash when trying to append it to the interface
-
- 28 Jun, 2016 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
When zooming a lot, the labels overlap the clones. We shift them a little to avoid that (but this may look weird when not zoomed in).
-
- 27 Jun, 2016 5 commits
-
-
HERBERT Ryan authored
Added indicator when ajax query is in progress
-
Mathieu Giraud authored
-
Tatiana Rocher authored
-
HERBERT Ryan authored
Added patient/run log to the monitor report
-
Check that the number of active clones fits the number required with m.topActive()
-
- 23 Jun, 2016 1 commit
-
-
Mikaël Salson authored
Check that the number of active clones fits the number required with m.topActive()
-
- 18 Jun, 2016 2 commits
-
-
Mikaël Salson authored
seg['_evalue'] is rewritten by convertSeg... there's something wrong.
-
Mikaël Salson authored
e-value was retrieved using getGene (which was kind of a hack), this was broken when the seg key format evoled (see f6a2caf3). Now e-value is tested to make sure we correctly retrieve it.
-
- 17 Jun, 2016 2 commits
-
-
Mikaël Salson authored
seg['_evalue'] is rewritten by convertSeg... there's something wrong.
-
Mikaël Salson authored
e-value was retrieved using getGene (which was kind of a hack), this was broken when the seg key format evoled (see f6a2caf3). Now e-value is tested to make sure we correctly retrieve it.
-
- 15 Jun, 2016 1 commit
-
-
HERBERT Ryan authored
-
- 13 Jun, 2016 2 commits
-
-
Mikaël Salson authored
Once the tab is opened it is not that easy to save the SVG. For instance FF adds <html> tags if one wants to save through the File > Save as button
-
Mikaël Salson authored
When exporting the graph the gray area extended to the bottom. We use a <clipPath> tag to ensure that nothing goes outside. All the other elements are put in an element which refers to this clip path. Moreover the rectangle defining the clip path is resized with the other rectangle when the graph needs be resized.
-