Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
4a294bb0
Commit
4a294bb0
authored
Apr 29, 2020
by
Mikaël Salson
Browse files
Merge branch 'feature-a/release' into 'dev'
vidjil-algo: release 2020.04 See merge request
!674
parents
6dd6c7ac
0546afcc
Pipeline
#141269
passed with stage
in 9 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
algo/core/germline.cpp
View file @
4a294bb0
...
@@ -182,8 +182,10 @@ void Germline::new_index(IndexTypes type)
...
@@ -182,8 +182,10 @@ void Germline::new_index(IndexTypes type)
void
Germline
::
set_index
(
IKmerStore
<
KmerAffect
>
*
_index
)
void
Germline
::
set_index
(
IKmerStore
<
KmerAffect
>
*
_index
)
{
{
if
(
index
!=
_index
)
{
index
=
_index
;
index
=
_index
;
index
->
refs
++
;
index
->
refs
++
;
}
}
}
...
...
algo/release
View file @
4a294bb0
2020.0
1
2020.0
4
doc/CHANGELOG
View file @
4a294bb0
This changelog concerns vijil-algo, the algorithmic part (C++) of the Vidjil platform.
This changelog concerns vijil-algo, the algorithmic part (C++) of the Vidjil platform.
2020-04-29 The Vidjil Team
* New --gz option to output compressed files #4253 #4269 #4270
* Improved seed framework, with different seeds on V/D/J parts. Analysis will be improved in further releases #3954
* Bugs closed (missing affectations #4225, crash in rare cases #4263)
* New Docker framework for tests on multiple compilers #4203
* New and updated tests
2020-01-24 The Vidjil Team
2020-01-24 The Vidjil Team
* Improved e-value estimation, -e is now the global e-value, new advanced option --e-value-kmer
* Improved e-value estimation, -e is now the global e-value, new advanced option --e-value-kmer
Sequences on larger datasets will now be better analyzed #3594 !538
Sequences on larger datasets will now be better analyzed #3594 !538
...
...
doc/vidjil-algo.md
View file @
4a294bb0
# vidjil-algo 2020.0
1
# vidjil-algo 2020.0
4
**Command-line manual**
**Command-line manual**
*The Vidjil team (Mathieu, Mikaël, Aurélien, Florian, Marc, Tatiana and Rayan)*
*The Vidjil team (Mathieu, Mikaël, Aurélien, Florian, Marc, Tatiana and Rayan)*
```
```
Vidjil -- High-throughput Analysis of V(D)J Immune Repertoire -- [[http://www.vidjil.org]]
Vidjil -- High-throughput Analysis of V(D)J Immune Repertoire -- [[http://www.vidjil.org]]
Copyright (C) 2011-20
19
by Bonsai bioinformatics
Copyright (C) 2011-20
20
by Bonsai bioinformatics
at CRIStAL (UMR CNRS 9189, Université Lille) and Inria Lille
at CRIStAL (UMR CNRS 9189, Université Lille) and Inria Lille
and VidjilNet consortium.
and VidjilNet consortium.
contact@vidjil.org
contact@vidjil.org
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment