- 01 Apr, 2019 2 commits
-
-
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.
-
- 11 Mar, 2019 1 commit
-
-
Mathieu Giraud authored
See #3785.
-
- 08 Mar, 2019 2 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Use the new option names. Remove also '--trim 0' options used in some tests. See #3295.
-
- 07 Mar, 2019 1 commit
-
-
Mikaël Salson authored
This should ease parsing the output.
-
- 06 Mar, 2019 3 commits
-
-
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 1 commit
-
-
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.
-
- 28 Feb, 2019 12 commits
-
-
Mikaël Salson authored
With Aho we have slightly longer affectations (on the whole read instead of read - k + 1). Those k-mers are unaffected.
-
Mikaël Salson authored
Just a random k-mer in the J may allow the sequence to be segmented (because there is few sequence). Therefore we slightly lower the e-value See #2595
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
With Aho-Corasick we now segment them all!
-
Mikaël Salson authored
It is segmented even without any downstream sequence. The e-value is now better due to the Aho-Corasick implementation. However on should-vdj the locus found is unexpected rather than TRD+ (this is not the case for the should-get as we don't search for unexpected by default)
-
Mikaël Salson authored
-
Mathieu Giraud authored
see #3762
-
Mikaël Salson authored
-
Mathieu Giraud authored
Closes #3729.
-
Mathieu Giraud authored
-
Mikaël Salson authored
-
- 15 Feb, 2019 1 commit
-
-
Mathieu Giraud authored
See #1233.
-
- 29 Oct, 2018 1 commit
-
-
Mathieu Giraud authored
-
- 24 Oct, 2018 1 commit
-
-
Mathieu Giraud authored
-
- 19 Oct, 2018 5 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Close #3572 and #3573.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #3575.
-
- 18 Oct, 2018 1 commit
-
-
Mathieu Giraud authored
-