Struct seq_geom_parser::PiscemGeomDesc
source · pub struct PiscemGeomDesc {
pub read1_desc: String,
pub read2_desc: String,
}
Expand description
This struct holds a piscem
compatible
description of the fragment geometry specification.
Fields§
§read1_desc: String
The piscem
format specification for read 1.
read2_desc: String
The piscem
format specification for read 2.
Implementations§
source§impl PiscemGeomDesc
impl PiscemGeomDesc
sourcepub fn from_geom_pieces(
geom_pieces_r1: &[GeomPiece],
geom_pieces_r2: &[GeomPiece]
) -> Self
pub fn from_geom_pieces( geom_pieces_r1: &[GeomPiece], geom_pieces_r2: &[GeomPiece] ) -> Self
This constructor builds the piscem
format descriptor for this fragment
library from a slice of the constituent GeomPiece
s for read 1 (geom_pieces_r1
)
and a slice of the GeomPiece
s for read 2 (geom_pieces_r2
).
Trait Implementations§
source§impl AppendToCmdArgs for PiscemGeomDesc
impl AppendToCmdArgs for PiscemGeomDesc
source§impl Debug for PiscemGeomDesc
impl Debug for PiscemGeomDesc
source§impl PartialEq<PiscemGeomDesc> for PiscemGeomDesc
impl PartialEq<PiscemGeomDesc> for PiscemGeomDesc
source§fn eq(&self, other: &PiscemGeomDesc) -> bool
fn eq(&self, other: &PiscemGeomDesc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.