- 19 Apr, 2019 4 commits
-
-
Mathieu Giraud authored
see #3762
-
Mathieu Giraud authored
See #3762. We have --extra
-
Mathieu Giraud authored
-
Mathieu Giraud authored
see #3206
-
- 18 Apr, 2019 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
see #3206
-
- 04 Apr, 2019 2 commits
-
-
Mikaël Salson authored
Fix #3414
-
Mikaël Salson authored
IGHJ5*01 and IGHJ5*02 are equally good. Without #3414 we can have either sequences. Alignment: read gactactggggccagggaaccctggtcaccgtctcctcag IGHJ4*01 8 ..............A......................... IGHJ4*02 8 ........................................ IGHJ4*02 8 ..............A..G...................... IGHJ5*01 11 ....C.........A......................... IGHJ5*02 11 ...CC...................................
-
- 03 Apr, 2019 1 commit
-
-
Mathieu Giraud authored
See #3414 and 68b6ebcb.
-
- 02 Apr, 2019 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #3837, #3839.
-
Mathieu Giraud authored
Opens #3839.
-
Mathieu Giraud authored
Opens #3837.
-
- 01 Apr, 2019 3 commits
-
-
Mathieu Giraud authored
Following should#43, we cannot anymore use 'B' here.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 22 Mar, 2019 2 commits
-
-
Mikaël Salson authored
Following the fix on min_cover_representative. The representative on small datasets may be longer. Thus we need to update those. There also some side effects: - V genes are less ambiguous (hence less warnings) - Consensus is longer (hence less warnings too) - Positions changes of end of V, J, CDR3…
-
Mikaël Salson authored
Checks previous commit
-
- 14 Mar, 2019 1 commit
-
-
Mathieu Giraud authored
See #3792.
-
- 12 Mar, 2019 1 commit
-
-
Mathieu Giraud authored
see #3789
-
- 11 Mar, 2019 2 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
See #3785.
-
- 08 Mar, 2019 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Use the new option names. Remove also '--trim 0' options used in some tests. See #3295.
-
Mathieu Giraud authored
-
Mikaël Salson authored
Otherwise the .* was put between the alternatives which lead to a different behaviour for the last alternative Fix #3784
-
- 07 Mar, 2019 2 commits
-
-
Mikaël Salson authored
On each line we should have a + or - when segmented or an exclamation mark when unsegmented. A tab should always exist at least between the sequence name and the VDJ designation.
-
Mikaël Salson authored
This should ease parsing the output.
-
- 06 Mar, 2019 4 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
see also should#31
-
Mathieu Giraud authored
close #3772.
-
Mathieu Giraud authored
-
- 05 Mar, 2019 4 commits
-
-
Mathieu Giraud authored
was done twice in 40aef950 and 556d8b0b, but git merge did not understood what we meant there ;-)
-
Mathieu Giraud authored
see #3773
-
Mikaël Salson authored
The dataset was generated to have a minority of sequences with a TTT insertion which would make it the sequence of choice with the default ReadScore (based on length and quality). On the contrary with a random sampler we should not be impacted by this insertion as it happens in the minority of sequences. Here is the command that generated the dataset: for i in $(seq 1 3500); do if [ $((RANDOM%3)) -ne 0 ]; then echo ">seq$i"; echo ctacctactactgtgccttgtgggaggtgatagtagtgattggatcaag; else echo ">seq$i"; echo cTTTtacctactactgtgccttgtgggaggtgatagtagtgattggatcaag; fi; done > test-random-consensus.fa
-
Mathieu Giraud authored
-
- 04 Mar, 2019 2 commits
-
-
Mikaël Salson authored
Executing valgrind can take more time, thus we need to increase the default timeout to make sure the program has time to properly execute.
-
Mikaël Salson authored
See 1a7bb7f8 for reason why. Fix (in part?) #3771
-
- 01 Mar, 2019 2 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
Some old slaves may work better with less germlines. At least this separates independant tests. See #3652.
-