File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " pathotypr"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" Paula Ruiz Rodriguez <paula.ruiz.rodriguez@csic.es>" ]
55edition = " 2021"
6- description = " Pathotypr is a tool to classify genomes using the train, predict, and classify subcommands ."
6+ description = " A high-performance tool for genome classification and variant genotyping ."
77license = " GPL-3"
88repository = " https://github.com/PathoGenOmics-Lab/pathotypr"
99
1010[dependencies ]
11- anyhow = " 1.0.98"
12- bio = " 2.0.3"
13- bincode = " 1.3"
14- chrono = " 0.4.39"
11+ # CLI and UI
1512clap = { version = " 4.5.28" , features = [" derive" ] }
16- csv = " 1.3.1"
17- env_logger = " 0.11.6"
18- flate2 = " 1.0"
1913indicatif = " 0.17.0"
2014log = " 0.4"
21- nalgebra = " 0.33.2"
22- rand = " 0.8.0"
15+ env_logger = " 0.11.6"
16+ chrono = " 0.4.39"
17+
18+ # Core Logic & ML
19+ smartcore = { version = " 0.4.1" , features = [" serde" ] }
20+ rand = { version = " 0.8.5" , features = [" small_rng" ] }
2321rayon = " 1.10.0"
22+
23+ # Data Handling & Serialization
2424serde = { version = " 1.0" , features = [" derive" ] }
25+ bincode = " 1.3.3"
26+ zstd = " 0.13.1"
27+
28+ # Bioinformatics
29+ # CORRECTED: The simplest declaration is the correct one.
30+ # No features are needed to access the bit_kmers functionality.
2531needletail = " 0.6.3"
26- fxhash = " 0.2.1"
32+ rustc-hash = " 2.0.0"
33+
34+ # Other utilities from the original project
35+ anyhow = " 1.0.98"
36+ bio = " 2.0.3"
37+ csv = " 1.3.1"
38+ nalgebra = " 0.33.2"
2739tempfile = " 3.20.0"
2840ndarray = { version = " 0.15" , features = [" serde" ] }
29- smartcore = { version = " 0.4.1" , features = [" serde" ] }
3041gff = " 0.1.0"
3142rust-lapper = " 1.1.0"
3243bio-types = " 1.0.4"
44+ fxhash = " 0.2.1"
You can’t perform that action at this time.
0 commit comments