@@ -16,29 +16,29 @@ edition = "2018"
16
16
publish = false
17
17
18
18
[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 " }
21
21
bio = " 0.39"
22
22
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 " }
28
28
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 " }
30
30
# 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 " }
32
32
permutation = " 0.4"
33
33
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" ]}
35
35
rayon = " 1"
36
36
regex = { version = " 1" , default-features = false , features = [" std" , " perf" ] }
37
37
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 " }
40
40
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