Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bigwig2bam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Bernard
bigwig2bam
Commits
80f0ac14
Verified
Commit
80f0ac14
authored
1 year ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
read.rs: update doc
parent
6c41148c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/read.rs
+2
-2
2 additions, 2 deletions
src/read.rs
with
2 additions
and
2 deletions
src/read.rs
+
2
−
2
View file @
80f0ac14
...
...
@@ -217,12 +217,12 @@ impl Fragments {
}
}
/// create a
new pair of R
ead starting a given
chromosome id and
position
/// create a
&str corresponding to a r
ead 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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment