MCPcopy Create free account
hub / github.com/alignoth/alignoth / FromBam

Interface FromBam

src/cli.rs:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236pub(crate) trait FromBam {
237 fn from_bam(bam_path: &Path) -> Result<Self>
238 where
239 Self: Sized;
240}
241
242impl FromBam for Region {
243 fn from_bam(bam_path: &Path) -> Result<Self> {

Callers

nothing calls this directly

Implementers 1

cli.rssrc/cli.rs

Calls

no outgoing calls

Tested by

no test coverage detected