- 02 Oct, 2016 15 commits
-
-
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 15 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.
-
Mikaël Salson authored
diffstat may not exist. We must prevent the build from failing because of that
-
Mikaël Salson authored
grep may return a non-zero code when some files are unreadable, this would fail the test which is not desired.
-
Mikaël Salson authored
That was a total mess
-
Mathieu Giraud authored
Thanks to Valgrind.
-
Mathieu Giraud authored
When the global test suite is passing, individual failed tests (counted in SHOULD_*_EXPECTED_FAILS) can be marked as 'TODO' to make continuous integration happy
-
The Federal government asked them to do so <https://www.ncbi.nlm.nih.gov/home/develop/https-guidance.shtml>. Yeah… encryption is good :)
-
Otherwise the displayed date is ``None'' and when the user validates the form she has an error message stating that the date is under the wrong format.
-
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
-
Added 'none' options to webserver and init selection so users can opt to choose their own webserver or startup program
-