- 26 Sep, 2018 28 commits
-
-
Mathieu Giraud authored
See !232 (comment 121298).
-
Mikaël Salson authored
As get_codons may return codons with gaps inside, testing for the codon length is not enough we must first clean the codons by removing the common gaps. However the codons must not be cleaned to early so that positions are properly counted. See #2056
-
Mikaël Salson authored
Make sure they are handled correctly
-
Mikaël Salson authored
Otherwise it induces unvoluntary frameshifts. Therefore the total number of characters returned in both lists must be equal and must also be equal to the number of characters in the original sequences. See #2056
-
Mikaël Salson authored
A whole border is just a test. To be modified. See #2056
-
Mikaël Salson authored
Now spanify_mutation just do some display and doesn't compute anything (basic) anymore. We use get_mutations to be able to know where the mutations are. Fix #2056
-
Mikaël Salson authored
Those two functions are useful to detect synonymous mutations. We also have fallbacks in case we don't want to split the sequence in codons. See #2056
-
Mathieu Giraud authored
Display CDR3 in production Closes #3330 See merge request !294
-
Mathieu Giraud authored
Merge branch 'doc/3175-documenter-le-processus-de-a-a-z-pour-deployer-sur-un-serveur-sous-docker' into 'dev' Improve Docker and server documentation (server.org/md) See merge request !285
-
Mikaël Salson authored
Replays 2a263ddf.
-
Ryan Herbert authored
For deploying images to a server that does not have access to internet or hub.docker.com Replays 9a6421a9.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
flothoni authored
-
flothoni authored
-
flothoni authored
-
flothoni authored
This documentation come from doc/dev
-
Mikaël Salson authored
We need to remove devel-mode and correct a typo (cdr3 field name is in lowercase)
-
Ryan Herbert authored
For deploying images to a server that does not have access to internet or hub.docker.com
-
Mikaël Salson authored
Tags in clonedb Closes #2933 See merge request !292
-
Mikaël Salson authored
-
aomietanski authored
-
aomietanski authored
-
Mikaël Salson authored
-
- 24 Sep, 2018 12 commits
-
-
Mathieu Giraud authored
Feature cs/prevent double clicking links See merge request !291
-
Mikaël Salson authored
Feature a/3444 artifacts junit Closes #3444 See merge request !289
-
Mikaël Salson authored
js/clone.js: target='_blank' for in-app links See merge request !290
-
Mathieu Giraud authored
-
Ryan Herbert authored
also start ajax indicator
-
Ryan Herbert authored
prevents the application from calling a link that has been clicked within the last second. This is to prevent spam to the server namely if the application is sluggish, causing users to click links multiple times because it seems that nothing is happening. See #2894
-
Mathieu Giraud authored
Same than help/manual links.
-
Mathieu Giraud authored
Cľonedb with indexes depending on user See merge request !266
-
Mathieu Giraud authored
See !289
-
Mathieu Giraud authored
See #3444.
-
Mathieu Giraud authored
See #3444.
-
Mikaël Salson authored
The coverage must happen after tests (otherwise it's not very meaningful). Corrects f80461d5
-