- 20 Feb, 2015 18 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Those examples should definitely work. They're from the documentation.
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
The format has evolved. Test updated accordingly
-
Mikaël Salson authored
format_json.py raises an exception if the JSON is not valid. Using format_json.py needs to slightly rewrite the test (spaces are deleted, and the order may not be the same).
-
Mikaël Salson authored
If the JSON is not valid, raises an exception format-json.sh is deleted because format_json.py has similar features while checking syntax additionnally.
-
Mikaël Salson authored
Tests were failed because fuse.py was not packaged with the release. This is not the case anymore. So the tests can be un-failed.
-
Mikaël Salson authored
And bioinfo.lifl.fr is now bioinfo.lille.inria.fr
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
The previous test (merging 3 files) was not working.
-
-
- 19 Feb, 2015 11 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
Only one exec per script (otherwise the first overwrites the whole process). chdir can be performed directly by upstart.
-
Mikaël Salson authored
Keycodes are susceptible to keyboard layouts. For instance the < and > are on the same key in the French layout, hence they share the same keycode, but it is not necessarily the case on all the layouts. Using chars make the code more robust to different layouts
-
Mikaël Salson authored
The keys are +/-. Not working with the numpad. By the way this asks the question of the compatibility with the keyboard layout. Are the key codes dependent on the keyboard layout? Or a + will always be 187, whatever the keyboard?
-
Mikaël Salson authored
A top cannot be negative nor larger than the total number of (real) clones. We add a function telling the number of real clones (for the moment length of the array minus one due to the 'other' clone). Unit tests added
-
Mikaël Salson authored
It loads defs.py so must be launched from its directory.
-
-
- 18 Feb, 2015 6 commits
-
-
Vidjil Team authored
'sequence.JUNCTION.raw nt seq' is the JUNCTION, including V-Cys and J-Phe/J-Trp, whereas the CDR3 does not include these amino acids.
-
Vidjil Team authored
-
Marc Duez authored
-
Marc Duez authored
-
-
Marc Duez authored
-
- 17 Feb, 2015 5 commits
-
-
Mathieu Giraud authored
The top-level fields are created once when initializing ListWindows(), whereas sample/ fields are created when loading data into ListWindows()
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Marc Duez authored
-
Marc Duez authored
-