Skip to content
Snippets Groups Projects
Verified Commit 80f0ac14 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

read.rs: update doc

parent 6c41148c
No related branches found
No related tags found
No related merge requests found
......@@ -217,12 +217,12 @@ impl Fragments {
}
}
/// create a new pair of Read starting a given chromosome id and position
/// create a &str corresponding to a read starting at a given position
/// # Arguments
/// - chr_pos: u32 the chromosome position
/// - first: bool is the sequence for the R1 ?
/// # Return
/// (Read, Read)
/// &str
fn get_seq(&mut self, chr_pos: u32, first: bool) -> &str {
let mut start = chr_pos;
let mut end = self.chr_seq.len() as u32;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment