Skip to content

Commit 0659617

Browse files
committed
Update enclone_ranger to main.
1 parent 6aa97f6 commit 0659617

File tree

13 files changed

+172
-171
lines changed

13 files changed

+172
-171
lines changed

Diff for: Cargo.lock

+33-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: enclone_build/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ edition = "2021"
88
[dependencies]
99
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
1010
itertools = "0.10"
11-
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups", features = ["pprof"]}
12-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
13-
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
11+
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main", features = ["pprof"]}
12+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
13+
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
1414

1515
[build-dependencies]
1616
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
17-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
17+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }

Diff for: enclone_com/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ publish = false
2121

2222
[dependencies]
2323
bytes = "1"
24-
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
25-
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
24+
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
25+
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
2626
lazy_static = "1"
27-
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups", features = ["pprof"]}
28-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
27+
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main", features = ["pprof"]}
28+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
2929
tokio = { version = "1", default-features = false, features = ["io-util", "macros", "rt-multi-thread"] }
30-
vdj_ann = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
30+
vdj_ann = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
3131

Diff for: enclone_denovo/Cargo.toml

+16-16
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@ edition = "2018"
1616
publish = false
1717

1818
[dependencies]
19-
amino = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
20-
binary_vec_io = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
19+
amino = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
20+
binary_vec_io = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
2121
bio = "0.39"
2222
debruijn = "0.3"
23-
equiv = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
24-
fasta_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
25-
graph_simple = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
26-
hyperbase = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
27-
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
23+
equiv = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
24+
fasta_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
25+
graph_simple = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
26+
hyperbase = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
27+
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
2828
itertools = "0.10"
29-
kmer_lookup = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
29+
kmer_lookup = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
3030
# poa_hmm = { git = "https://github.com/ban-m/partial_order_alignment.git" }
31-
perf_stats = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
31+
perf_stats = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
3232
permutation = "0.4"
3333
petgraph = "0.6"
34-
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups", features = ["pprof"]}
34+
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main", features = ["pprof"]}
3535
rayon = "1"
3636
regex = { version = "1", default-features = false, features = ["std", "perf"] }
3737
serde_json = "1"
38-
stats_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
39-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
38+
stats_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
39+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
4040
superslice = "1"
41-
tables = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
42-
vdj_ann = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
43-
vdj_ann_ref = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
44-
vector_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/further-bin-format-cleanups" }
41+
tables = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
42+
vdj_ann = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
43+
vdj_ann_ref = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
44+
vector_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }

0 commit comments

Comments
 (0)