From 14e04d72bb07dd27c466e7b01d0cc906f927d419 Mon Sep 17 00:00:00 2001 From: Philipp Benner Date: Wed, 30 Oct 2024 16:44:07 +0100 Subject: [PATCH] 2024/10/30-16:44:07 (Linux VDI0092.zit.bam.de x86_64) --- src/granges_bam.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/granges_bam.rs b/src/granges_bam.rs index 006b06f..c683d5f 100644 --- a/src/granges_bam.rs +++ b/src/granges_bam.rs @@ -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 @@ -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 @@ -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