This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree 5 files changed +2
-17
lines changed
5 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ string_utils string utilities yes yes
20
20
stirling_numbers stirling numbers yes no
21
21
tables table print printing no yes
22
22
vdj_ann vdj annotation no yes
23
+ vdj_ann_ref vdj reference data no yes
23
24
vec_utils vector utilities yes yes
24
25
25
26
Crates labeled INTERNAL are publicly accessible but we discourage relying on their internals
Original file line number Diff line number Diff line change @@ -14,4 +14,3 @@ flate2 = "1.0.20"
14
14
lz4 = " 1.23.1"
15
15
serde = { version = " 1.0" , features = [" derive" ] }
16
16
string_utils = " 0.1"
17
- vector_utils = " 0.1"
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ repository = "https://github.com/10XGenomics/rust-toolbox"
14
14
[dependencies ]
15
15
backtrace = " 0.3.40"
16
16
io_utils = " 0.2"
17
- itertools = " >= 0.8, <= 0.11"
18
17
lazy_static = " 1.4"
19
18
libc = " 0.2.85"
20
19
nix = " >=0.19.1, <0.24"
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ amino = "0.1"
16
16
bio_edit = " 0.1"
17
17
debruijn = " 0.3.2"
18
18
fasta_tools = " 0.1"
19
- flate2 = " 1.0.20"
20
19
hyperbase = " 0.1"
21
20
io_utils = " 0.2"
22
21
itertools = " >= 0.8, <= 0.11"
@@ -26,6 +25,4 @@ serde_json = "1.0.62"
26
25
stats_utils = " 0.1"
27
26
string_utils = " 0.1"
28
27
vector_utils = " 0.1"
29
- strum = " >=0.18.0, <0.22"
30
- strum_macros = " >=0.18.0, <0.22"
31
28
vdj_types = " 0.1"
Original file line number Diff line number Diff line change @@ -11,25 +11,14 @@ repository = "https://github.com/10XGenomics/rust-toolbox"
11
11
publish = false
12
12
13
13
[dependencies ]
14
- align_tools = " 0.1"
15
- amino = " 0.1"
16
- bio_edit = " 0.1"
17
14
debruijn = " 0.3.2"
18
15
exons = " 0.1"
19
16
fasta_tools = " 0.1"
20
17
flate2 = " 1.0.20"
21
- hyperbase = " 0.1"
22
18
io_utils = " 0.2"
23
- itertools = " >= 0.8, <= 0.11"
24
19
kmer_lookup = " 0.1"
25
20
pretty_trace = " 0.5"
26
- serde = { version = " 1.0" , features = [" derive" ] }
27
- serde_json = " 1.0.62"
28
21
sha2 = " 0.9.3"
29
- stats_utils = " 0.1"
30
22
string_utils = " 0.1"
31
23
vector_utils = " 0.1"
32
- strum = " >=0.18.0, <0.22"
33
- strum_macros = " >=0.18.0, <0.22"
34
- vdj_types = " 0.1"
35
- vdj_ann = { path = " ../vdj_ann" }
24
+ vdj_ann = { version = " 0.1" , path = " ../vdj_ann" }
You can’t perform that action at this time.
0 commit comments