Skip to content

Commit

Permalink
2024/10/30-16:44:07 (Linux VDI0092.zit.bam.de x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenner committed Oct 30, 2024
1 parent c83b802 commit 14e04d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/granges_bam.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ impl GRanges {

/// Imports single-end BAM alignment data from a local file or an HTTP URL into a `GRanges` object.
///
/// This function reads a BAM file, either from a local path or an HTTP source, and parses the
/// single-end alignment records into a `GRanges` object. The resulting `GRanges` stores the
/// This function reads a BAM file, either from a local path or an HTTP source, and parses the
/// single-end alignment records into a `GRanges` object. The resulting `GRanges` stores the
/// genomic ranges and metadata of the alignments, allowing downstream analysis.
///
/// # Arguments
Expand Down Expand Up @@ -313,8 +313,8 @@ impl GRanges {

/// Imports paired-end BAM alignment data from a local file or an HTTP URL into a `GRanges` object.
///
/// This function reads a BAM file, either from a local path or an HTTP source, and parses paired-end
/// alignment records into a `GRanges` object. The `GRanges` instance will store the genomic ranges
/// This function reads a BAM file, either from a local path or an HTTP source, and parses paired-end
/// alignment records into a `GRanges` object. The `GRanges` instance will store the genomic ranges
/// and metadata for paired alignments, facilitating subsequent data processing or analysis.
///
/// # Arguments
Expand All @@ -324,7 +324,7 @@ impl GRanges {
///
/// # Returns
///
/// A `Result` containing a `GRanges` instance if the import is successful, or an error if the file
/// A `Result` containing a `GRanges` instance if the import is successful, or an error if the file
/// could not be opened or parsed.
///
/// # Errors
Expand Down

0 comments on commit 14e04d7

Please sign in to comment.