- 25 May, 2018 17 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
See #3229.
-
Mathieu Giraud authored
See #3066.
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
-
Not working for the momeent. need to use specific ikaros germline file.
-
Move the limit of the gene to the breakpoint.
-
-
-
-
-
-
-
-
-
-
- 18 May, 2018 1 commit
-
-
Mikaël Salson authored
Add IgReC support See merge request !188
-
- 23 Apr, 2018 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 20 Apr, 2018 15 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
Feature g/3148 order germlines Closes #3148 See merge request !193
-
Mikaël Salson authored
Feature tg/3105 should See merge request !190
-
Mathieu Giraud authored
Closes #3148.
-
Mathieu Giraud authored
Enforces #3148. Note that this test uses the new capabilites provided by 'should.py'
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
From https://stackoverflow.com/a/43268377/4475279
-
Mathieu Giraud authored
'{...,...}' shell expansion does not work on all shells. See #3197.
-
Mathieu Giraud authored
Interaction between old 'e' and new 'b'. See #3116.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
You will be missed.
-
Mikaël Salson authored
Feature a/3105 should Closes #3197 and #3167 See merge request !185
-
Mathieu Giraud authored
8e79b8a
-
- 19 Apr, 2018 5 commits
-
-
The for i in {x..y} construct is Bash-specific. An alternative would have been for i in $(seq x y) but seq comes from GNU and is therefore not POSIX. A good old-fashioned while does the job! Fixes #3197
-
Mathieu Giraud authored
See #3197.
-
Mathieu Giraud authored
The previous test, with unicode characters, did not work well on some platforms. See should#XXXX.
-
Mathieu Giraud authored
should-get-tests/: 3 tests with not-so-easy interaction with old 'e' and new 'b', escape some characters Keeping in mind #3116, changing these 3 tests seems to be here a convenient way to go.
-
Mathieu Giraud authored
-