Skip to content

Commit 491406a

Browse files
committed
Point back to feature branch.
1 parent a7b5757 commit 491406a

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

Cargo.lock

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

Cargo.toml

+30-30
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ split-debuginfo = "unpacked"
6363
# improved.
6464

6565
[workspace.dependencies]
66-
align_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
67-
amino = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
66+
align_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
67+
amino = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
6868
anyhow = "1"
69-
ansi_escape = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
69+
ansi_escape = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
7070
arboard = "2"
7171
assert_cmd = "2"
7272
async-trait = "0.1"
7373
attohttpc = { version = "0.18", default-features = false, features = ["compress", "tls-rustls"] }
7474
backtrace = "0.3"
7575
base64 = "0.13"
76-
binary_vec_io = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
76+
binary_vec_io = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
7777
bio = "0.39"
78-
bio_edit = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
78+
bio_edit = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
7979
byteorder = "1"
8080
bytes = "1"
8181
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
@@ -86,41 +86,41 @@ core-graphics = "0.22"
8686
crc = "2"
8787
debruijn = "0.3"
8888
dirs = "4"
89-
dna = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
89+
dna = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
9090
edit-distance = "2"
91-
enclone_args = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
92-
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
91+
enclone_args = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
92+
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
9393
enclone_denovo = { path = "../enclone_denovo" }
9494
enclone_help = { path = "../enclone_help" }
95-
enclone = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
96-
enclone_print = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
97-
enclone_proto = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
98-
enclone_ranger = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
95+
enclone = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
96+
enclone_print = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
97+
enclone_proto = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
98+
enclone_ranger = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
9999
enclone_server_proto = { path = "../enclone_server_proto" }
100-
enclone_stuff = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
100+
enclone_stuff = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
101101
enclone_tail = { path = "../enclone_tail" }
102-
enclone_vars = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
102+
enclone_vars = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
103103
enclone_version = { path = "../enclone_version" }
104-
equiv = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
104+
equiv = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
105105
evalexpr = "7"
106-
expr_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
107-
fasta_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
106+
expr_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
107+
fasta_tools = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
108108
file-lock = "2"
109109
flate2 = "1"
110110
float-ord = "0.3"
111111
fontdb = "0.7"
112112
fs_extra = "1"
113113
git = "https://github.com/10xGenomics/hdf5-rust.git"
114-
graph_simple = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
114+
graph_simple = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
115115
hdf5 = { git = "https://github.com/10XGenomics/hdf5-rust.git", branch = "conda_nov2021", features = ["conda"], default-features = false }
116116
home = "0.5"
117-
hyperbase = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
117+
hyperbase = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
118118
image = { version = "0.23", features = ["jpeg", "png", "jpeg_rayon"], default-features = false }
119119
include_dir = { version = "0.6", features = ["search"] }
120-
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
120+
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
121121
itertools = "0.10"
122122
jpeg-decoder = "0.2"
123-
kmer_lookup = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
123+
kmer_lookup = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
124124
lazy_static = "1"
125125
libc = "0.2"
126126
log = "0.4"
@@ -133,7 +133,7 @@ num-traits = "0.2"
133133
objc = "0.2"
134134
pager = "0.16"
135135
palette = "0.6"
136-
perf_stats = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
136+
perf_stats = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
137137
permutation = "0.4"
138138
petgraph = "0.6"
139139
plotters = { version = "0.3", default_features = false, features = ["svg_backend", "point_series"] }
@@ -153,12 +153,12 @@ serde = "1"
153153
serde_derive = "1"
154154
serde_json = "1"
155155
sha2 = "0.10"
156-
stats_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
156+
stats_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
157157
statrs = "0.15"
158-
stirling_numbers = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
159-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
158+
stirling_numbers = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
159+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
160160
superslice = "1"
161-
tables = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
161+
tables = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
162162
tar = "0.4"
163163
thiserror = "1"
164164
tilde-expand = "0.1"
@@ -170,9 +170,9 @@ tonic-build = { version = "0.6", default-features = false, features = ["transpor
170170
triple_accel = "0.4"
171171
users = "0.11"
172172
usvg = { version = "0.19", features = ["text"] }
173-
vdj_types = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
174-
vdj_ann = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
175-
vdj_ann_ref = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
176-
vector_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/remove-internal-run" }
173+
vdj_types = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
174+
vdj_ann = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
175+
vdj_ann_ref = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
176+
vector_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
177177
whoami = "1"
178178
yaml-rust = "0.4"

0 commit comments

Comments
 (0)