- 11 Jul, 2018 4 commits
-
-
Mathieu Giraud authored
See #3348.
-
Mathieu Giraud authored
Closes #3348.
-
Mathieu Giraud authored
See #3348.
-
Mathieu Giraud authored
-
- 10 Jul, 2018 8 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
`diff` seems better than `example`. We should have a better look on pygments.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
pandoc --wrap=preserve --atx-headers -s -r org doc/algo.org -t gfm > doc/vidjil-algo.md See #3004.
-
- 07 Jul, 2018 2 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
Sequece aligned with -Z 1 is IGHV4-59*06 while it should be IGHV4-31*0[23]. IGHV4-59*06 is a pretty good choice for this sequence as it has 100% identity however it is 4nt shorter compared to IGHV4-31*0[23] (which also have 100% identity). Example for #3344.
-
- 06 Jul, 2018 2 commits
-
-
Mathieu Giraud authored
Display the number of k-mer for each genes if debug_filter is defined Closes #3346 See merge request !236
-
Cyprien Borée authored
For more informations see #3346.
-
- 05 Jul, 2018 6 commits
-
-
Mathieu Giraud authored
See #3259.
-
Mikaël Salson authored
Reverts commit c0d14efb. We don't need this extreme solution: coverage can be quick if not computing branch coverage.
-
Mikaël Salson authored
Coverage is now much quicker. The additional time for coverage over all the jobs is about 3 min. Fixes #3339
-
Mathieu Giraud authored
Perversely chosen mutations may fool our best heuristics. See #3297 and #3298.
-
Mathieu Giraud authored
.gitlab-ci.yml: move coverage analysis to the end, set it manual See merge request !233
-
Mathieu Giraud authored
See #3339. We want to have first fast tests. Once we will have #3340, we will run again always this stage.
-
- 04 Jul, 2018 14 commits
-
-
Mathieu Giraud authored
Feature a/3259 output filtered bioreader informations Closes #3259 See merge request !231
-
Mathieu Giraud authored
See #3259.
-
Cyprien Borée authored
Since we display the filter's informations in the main, it makes more sense that this class has its own display method. For more informations see #3259.
-
Cyprien Borée authored
Since the original BioReader is called through every Filter's functions, it made more sense to add it as an attribute in its class. For more informations see #3259.
-
Cyprien Borée authored
The Filter's informations are displayed for each germline at the end of execution. For more informations, see #3259.
-
Cyprien Borée authored
For more informations see #3259.
-
Cyprien Borée authored
Both of them are attributes stored in the Filter class. filtered_sequences_calls is the number of times filterBioReaderWithACAutomaton is called and filtered_sequences_calls is the number of sequences returned by this method. For more informations see #3259.
-
Mathieu Giraud authored
Merge branch 'feature-a/3282-repetitive-filterbioreaderwithacautomaton-parts-to-reusable-function' into 'dev' Feature a/3282 repetitive filterbioreaderwithacautomaton parts to reusable function Closes #3282, #3312, and #3299 See merge request !228
-
Cyprien Borée authored
The test verifies that when an odd K-mer is transmitted (unknown, ambiguous, wrong ascii n° for its label...) an exception is thrown. Also it verifies that when a K-mer is transmitted, there is the good amount of sequences that are transfered from a BioReader to another. For more informations see #3282.
-
Cyprien Borée authored
Since the Filter object is unique for a Germline, there is reason to delete it many times in a loop. Also to simplify the test, it has been completely removed. For more informations see #3282.
-
Cyprien Borée authored
For more informations see #3282.
-
Cyprien Borée authored
Factorize filterBioReaderWithACAutomaton with transferBioReaderSequences and use isGeneric/SPECIFIC_KMERS_NUMBER For more informations see #3282.
-
Cyprien Borée authored
This method is used to transfer sequences from a BioReader to another based on a KmerAffect. For more informations see #3282.
-
Cyprien Borée authored
isGeneric is a method returning true if the current K-mer is not odd (ambiguous, unknown). It is used instead of calling successively isAmbiguous() || isUnknown()... SPECIFIC_KMERS_NUMBER is a constant representing the amount of odd K-mers. For now there is only two (ambiguous/unknown) but in the future it might grow. For more informations about it, see #3282.
-
- 03 Jul, 2018 4 commits
-
-
Mathieu Giraud authored
Coverage reports Closes #1696 See merge request !227
-
Mikaël Salson authored
They are thus more easily accessible through Gitlab interface
-
Mikaël Salson authored
Depending on the activation of Gitlab Pages (and on my own understanding of this feature…)
-
Mikaël Salson authored
This is better than specifying it in the project settings.
-