This page does two things:
Previous releases of enclone, matching particular Cell Ranger releases, may be found here:
5.0.0
(5.0.1 used the same enclone version)
6.0.0
(6.0.1 used the same enclone version).
7.0.0
(7.0.1 used the same enclone version).
To use these, click on the enclone_linux
or enclone_macos
link
(on one of those pages)
to download the binary executable file, then e.g. chmod +x enclone_macos
to add
execute permission, then run with e.g. enclone_macos
.
date | git hash | first Cell Ranger version | change | |
---|---|---|---|---|
Dec. 9, 2020 | v0.5.23 | f50783 |
6.0 |
|
Dec. 9, 2020 | v0.5.24 | 1e1ef9 |
6.0 |
|
Feb. 13, 2021 | v0.5.38 | a43c8c |
6.1 |
|
June 4, 2021 | v0.5.66 | 635832 |
6.1 |
Tweak the order of default filters so as to increase the likelihood that clonotypes
that are held together tenuously (or not at all) will be pulled apart. This has a tiny effect
on our datasets (changing about 1 in 10^5 clonotypes), but could affect
some user datasets disproportionally.
|
Sept. 20, 2021 | v0.5.105 | 95c951 |
7.0 | Add a new default filter called signature filtering that under certain rare circumstances will decompose complex clonotypes that are incorrectly glued together. This filter can dramatically affect certain datasets, but has almost no effect on typical data (less than one per million clonotypes tested). Please see enclone default filters. |
Dec. 13, 2021 | v0.5.135 | 803b05 |
7.0 |
Make three changes to clonotyping that increase its specificity:
|
Jan. 5, 2022 | v0.5.141 | 7e3d7b |
7.0 |
Make five changes to BCR clonotyping that increase its sensitivity and specificity:
|
Jan. 13, 2022 | v0.5.142 | b0adb3 |
7.0 |
Make three small changes to BCR clonotyping:
|
Feb. 7, 2022 | v0.5.147 | 34c334 |
7.0 | Improve the correctness of V gene assignment. The changes comprise several technical changes to the alignment code and the addition of one gene IGHV3-9 to the VDJ reference. Also remove some gene copies from the reference that were identical except for extension on the 3' end. |
Feb. 24, 2022 | v0.5.151 | 37b7f0 |
7.0 |
Two more changes to the join algorithm.
1. If V gene names are different (after removing trailing *...), and either • V gene reference sequences are different, after truncation on right to the same length • or 5' UTR reference sequences are different, after truncation on left to the same length, then the join is rejected. 2. If the percent nucleotide identity on heavy chain FWR1 is at least 20 more than the percent nucleotide identity on heavy chain CDR1+CDR2 (combined), then the join is rejected. 3. Change the default for JOIN_CDR3_IDENT from 80 to 85 .
|
Mar. 11, 2022 | v0.5.156 | e81193 |
7.1 |
Two more changes to the join algorithm.
1. A major change to the clonotype joining algorithm, which allows certain joins having high heavy chain CDR3 sharing. Please see enclone help how .
2. Delete the following genes from the human VDJ reference: IGHV4-30-2, IGKV1D-33, IGKV1D-37, IGKV1D-39, IGKV2D-28. These are identical to other genes in the reference, except that the reference provides a longer 5'-UTR in one case. We observe that clonotypes having one of these genes often have heterogeneous assignments between the gene and its duplicate, and that's bad, as it implies that assignment of genes to clonotypes in these cases is effectively random. |
Mar. 12, 2024 | 8.0 | From Cell Ranger 7.2 and onwards, Cell Ranger's dependency on Enclone has been removed. Cell Ranger now depends on enclone-ranger. This table is preserved for users working with older versions of Cell Ranger but will no longer be updated. |