Skip to content

Commit

Permalink
working pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Feb 8, 2024
1 parent 225d7eb commit 5bc3f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//! Functionality for reading and working with recombination maps.
//!
//! [`RecMap`] objects can be created from reading in a HapMap-formatted
//! [`RecMap`] objects can be created from reading in a HapMap-formatted
//! recombination map. Note that since the HapMap recombination format does
//! not include the chromosome lengths, this must be specified too.
//! A convenience function [`read_seqlens`] is provided to read in TSV-formatted
//! "genome" files of the chromosome names and lengths.
//!
//! Here is a example which loads a recombination map from a HapMap-formatted
//! Here is a example which loads a recombination map from a HapMap-formatted
//! recombination map and calculates the total map lengths.
//!
//! ```no_run
Expand Down

0 comments on commit 5bc3f6a

Please sign in to comment.