Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
446893b
feat: add DisjointIntervalSequence API
ovesh Nov 21, 2025
f87b725
remove out of scope work for pt1 pr
SophiaPerzan-DG Mar 27, 2026
1368d2a
increase variability in diseq doc transcript
SophiaPerzan-DG Apr 1, 2026
3738e3e
positive & negative instead of plus & minus strand
SophiaPerzan-DG Apr 1, 2026
c2f0563
label 5' and 3' end on doc diagrams
SophiaPerzan-DG Apr 1, 2026
a4c9220
update interval and coord ID to name
SophiaPerzan-DG Apr 1, 2026
872b37e
fix __repr__ missing comma
SophiaPerzan-DG Apr 1, 2026
d45d3fe
deepcopy returned intervals
SophiaPerzan-DG Apr 1, 2026
01c8b7a
rename transcript strand to just strand
SophiaPerzan-DG Apr 1, 2026
3521f2e
remove unneeded info from docstring
SophiaPerzan-DG Apr 1, 2026
4eb95f6
use list comprehension to get interval objects
SophiaPerzan-DG Apr 1, 2026
8ae1653
remove explicit reference to .interval from docstring
SophiaPerzan-DG Apr 1, 2026
5bde743
update docstring
SophiaPerzan-DG Apr 1, 2026
2372e96
fix wording
SophiaPerzan-DG Apr 1, 2026
f215f45
add use-case for opposite strand intervals to diseq.rst
SophiaPerzan-DG Apr 1, 2026
d743242
use 'aspect' instead of 'layers'
SophiaPerzan-DG Apr 1, 2026
868f2ba
remove try except for refg equality when comparing diseqs
SophiaPerzan-DG Apr 9, 2026
c637898
update docstring for on_coordinate_strand
SophiaPerzan-DG Apr 9, 2026
3b42775
reword diseq docs
SophiaPerzan-DG Apr 9, 2026
c7f90fa
use mini genome for tests
SophiaPerzan-DG Apr 9, 2026
94aaeea
add note on difference between DIS and Interval in diseq doc
SophiaPerzan-DG Apr 10, 2026
874ad8d
clear up wording on docs
SophiaPerzan-DG Apr 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs-src/api.rst
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never touched this file, and now I realize that the Utr class I added (way back) isn't in the api docs 😳

and who knows what else

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ Interval
:special-members:
:members:

DisjointIntervalSequence
========================

.. autoclass:: genome_kit.diseq.IndexDirection
:members:

.. autoclass:: genome_kit.diseq.DisjointIntervalSequence
:special-members:
:members:

Variant
=======

Expand Down
Loading
Loading