- 06 Oct, 2016 4 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
Now not only the 5' and 3' parts of the genes are underlined
-
Mikaël Salson authored
The value may not be defined when the sequence doesn't have insertions.
-
Mikaël Salson authored
When having insertions, positions correspond to the *corrected* sequence rather than the original one.
-
- 05 Oct, 2016 4 commits
-
-
Many tests in this suite were dependant on data from testRunner and therefore on the order of the execution of each testcase. This commit encapsulates the test data in order to ensure the order of execution has no effect on the result of these tests
-
Fixed an issue where entering an invalid or unavailable patient or run name would cause a server error and give little to no useful information to the user.
-
-
Altered some condition statements to improve clarity of code
-
- 02 Oct, 2016 16 commits
-
-
Mikaël Salson authored
Sequences sent to external website have now an unique identifier. The clone index is prepended to the getName() (with a # as a separator). This ensure that no sequence will share a same FASTA header, which could cause some softwares to complain. Also, when analysing the results, we will easily know which result belongs to which clone. The clone index is put at the start rather than the end because IMGT/V-QUEST cuts the header when it is too long.
-
Mikaël Salson authored
At this point identity is a string, which cannot be NaN. Therefore we start by converting the value to a float and then we test whether is it NaN or not.
-
Mikaël Salson authored
However the value may not be defined (when there are no indels), in which case it is empty. In such a case we fallback to the identity % without indels.
-
marc authored
-
marc authored
-
marc authored
-
marc authored
-
marc authored
-tagselector appear closer to the user mouse -tagSelector mousehover doesn't shrink the segmenter
-
marc authored
-
marc authored
-
marc authored
-
marc authored
-
marc authored
-form generator (select samples/systems) -form validator -save/restore state mechanism
-
marc authored
-
marc authored
auto-resize/center
-
marc authored
-fix missing args -fix fake log function to match the signature of the real log function
-
- 01 Oct, 2016 2 commits
-
-
Mathieu Giraud authored
-
Fixed a bug in the hotfix where I used a python method of checking the presence of a string in an array.
-
- 30 Sep, 2016 8 commits
-
-
Mikaël Salson authored
Ambiguous terms should be surrounded by parentheses
-
Mikaël Salson authored
-2 : unexpected recombinations -3: compute CDR3
-
Mikaël Salson authored
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
We may want to launch the locus tests only without launching the whole test suite.
-
Mikaël Salson authored
Never commit in a hurry! The previous commit (see 8496cbb0) indicated a suffix for the backup files (necessary with POSIX sed). Then we were overwriting the tap files with the bak ones. This was totally stupid as we were overwriting the correct files with the old ones… This is now fixed we just delete the backup files as we don't really need them (we just specify the option to ensure the compatibility between POSIX and GNU sed).
-
- 29 Sep, 2016 6 commits
-
-
Mikaël Salson authored
GNU sed and POSIX sed have slightly different behaviors. Those behaviors are incompatible if we don't specify a “backup” suffix with -i. So we specify such a suffix and then we move all the files so that they overwrite the original files. Moreover in this case, the -e option is necessary for FreeBSD's sed.
-
Mathieu Giraud authored
-
Mikaël Salson authored
sed may return an error code if there is no tap file in one of the subdirectory. I didn't find an option in sed to ignore such errors, so ignore all errors.
-
Mikaël Salson authored
Handle DDJ recombinations on TRD. This corrects one bug but there are still some sequencesthat are not correctly segmented. This should be further investigated.
-
Mikaël Salson authored
-i option should be put before the filenames in FreeBSD sed.
-
Mikaël Salson authored
When git is not available or the current directory is not under a git, an error message is displayed each time the command is launched. Using $(shell ...) construct the command will be launched at the affectation and not each time the variable is used.
-