MCPcopy Index your code
hub / github.com/alignoth/alignoth / PlotOrder

Interface PlotOrder

src/plot.rs:673–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673pub trait PlotOrder {
674 fn order(&mut self, max_read_depth: usize) -> Result<()>;
675}
676
677impl PlotOrder for Vec<Read> {
678 /// Assigns given Reads their vertical position (row) in the read plot respecting the given max_read_depth by subsampling rows.

Callers

nothing calls this directly

Implementers 1

plot.rssrc/plot.rs

Calls

no outgoing calls

Tested by

no test coverage detected