Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Blaise LI
bioinfo_utils
Commits
1d91b2cc
Commit
1d91b2cc
authored
May 13, 2019
by
Blaise Li
Browse files
Cosmetics in docstrings.
parent
5e09e511
Changes
1
Hide whitespace changes
Inline
Side-by-side
bam25prime/Python/bam25prime/bam25prime.py
View file @
1d91b2cc
...
...
@@ -117,12 +117,12 @@ def collapse_and_sort(alis):
"""
Collapse elements from *alis* to their 5 prime end.
The resulting :class:`pybedtool.BedTool` is sorted.
The resulting :class:`pybedtool
s
.BedTool` is sorted.
:param alis: An iterable of :class:`pysam.AlignedSegment`
:rtype: :class:`pybedtool.BedTool`
:rtype: :class:`pybedtool
s
.BedTool`
:class:`pybedtool.BedTool` is an iterable:
:class:`pybedtool
s
.BedTool` is an iterable:
It can be iterated over in a for loop, or produce an iterator
using :func:`iter` on it
(see https://stackoverflow.com/a/28353158/1878788).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment