| 12345678910111213141516171819 |
- [package]
- name = "pandora_lib_assembler"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- anyhow = "1.0.86"
- duct = "0.13.7"
- noodles-fasta = "0.41.0"
- noodles-fastq = "0.13.0"
- rust-htslib = "0.46.0"
- uuid = { version = "1.10.0", features = ["v4"] }
- pandora_lib_blastn = { git = "https://git.t0m4.fr/Thomas/pandora_lib_blastn.git" }
- nom = "7.1.3"
- petgraph = "0.6.5"
- bam = "0.1.4"
- log = "0.4.22"
- flate2 = "1.0.30"
|