- 26 Jun, 2018 11 commits
-
-
Ryan Herbert authored
See !217
-
Ryan Herbert authored
Correctly display "loading" while data is being loaded from the server
-
Ryan Herbert authored
only query the server if there are more than 2 characters in the query. If there are less than 3 characters filter on the 10 most recent sets
-
Ryan Herbert authored
-
Ryan Herbert authored
implement a new filter callback in order to pass the value of the input to the controller while maintaining a datastructure that is compatible with the existing js code base. Cache is stored based on the query typed into the input.
-
Ryan Herbert authored
if q is an empty string we want to treat it in the same way as if no query has been passed.
-
Ryan Herbert authored
type => stype
-
Ryan Herbert authored
while this is not a functional issue, we are using the same variable for two purposes, so renaming one of them will make our code easier to understand.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Mikaël Salson authored
Touching it updated its last modification date which triggered the recompilation of vidjil.cpp. We don't touch it anymore. Therefore the file may not exist and the diff may fail. We just ignore error messages. In such a case the mv will be executed and the file will then exist. Fixes #3309
-
- 25 Jun, 2018 14 commits
-
-
Mikaël Salson authored
Fix testGetMultiResults when there is only unknown K-mer See merge request !222
-
Mathieu Giraud authored
Remove compiler warnings See merge request !221
-
Cyprien Borée authored
Since the map only contain one unknown k-mer it is useless to iterate over it using a loop. Also the tap_test method has been changed to the tap_test_equal because of the equality comparison. For more informations, see #3303.
-
Cyprien Borée authored
see #3303 for more informations
-
Cyprien Borée authored
The previous test was only looking for a single unknown K-mer in the map even though the map shouldn't contain anything else from unknown K-mers. Indeed when there is no K-mers in the automaton that match the input sequence, then the map contains only unknown K-mers. For more informations, see #3303.
-
Mikaël Salson authored
The relation between _SYMBOL and _CHAR was not clear and could be ambiguous. This should clarify a little. See #3250.
-
Mikaël Salson authored
Feature a/3250 shift kmer ascii value for ambiguous and unknown Closes #3250 See merge request !220
-
Cyprien Borée authored
For more informations see #3250.
-
Cyprien Borée authored
For more informations see #3250.
-
Cyprien Borée authored
Since these two K-mers need to be printed with a different char, this char is defined as a new macro used exclusively to represent the K-mer in a string. For more informations see #3250.
-
Cyprien Borée authored
For more informations see #3250.
-
Cyprien Borée authored
Since the methods returns the same thing, the getLabel instructions can simply return the toStringValues function result. For more informations see #3250.
-
Cyprien Borée authored
the toStringValues for those two K-mers must be '_' and '?' respectively. Even though their char macro is 1 and 0 (non printable characters). For more informations see #3250.
-
Cyprien Borée authored
To fit issue #3250 the macros values were changed. Char n°0 for ambiguous and char n°1 for unknown K-mer.
-
- 24 Jun, 2018 1 commit
-
-
Mathieu Giraud authored
The only are .should-locus tests.
-
- 23 Jun, 2018 4 commits
-
-
Mathieu Giraud authored
Close #3294.
-
Mathieu Giraud authored
Close #3287.
-
Mathieu Giraud authored
We now have a public Gitlab CI status. See #3287.
-
Mathieu Giraud authored
Loading HTTP URL from the file menu See merge request !210
-
- 22 Jun, 2018 1 commit
-
-
Mikaël Salson authored
-
- 21 Jun, 2018 4 commits
-
-
Mikaël Salson authored
Fix #3015
-
Mikaël Salson authored
Use the macro UNUSED for mandatory parameters that are not used within functions. See #1233
-
Mikaël Salson authored
Remove compiler warnings See #1233
-
Mathieu Giraud authored
should@0ac73002
-
- 20 Jun, 2018 5 commits
-
-
Mathieu Giraud authored
Resolve heuristic bug with overlapping k-mers Closes #3296 See merge request !215
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-