Commit 4f7130f
authored
fix(htsget): overlap behavior for enclosed regions (#212)
* chore(dep): drop unused calamus
* chore(dep): constrain minimal compatible linkml version
* sec(dep): floor pynacl>=1.6.2 to protect from CVE-2025-69277
* chore(dep): declare explicit imports
* chore(dep): cap typer for sphinx-click compat
* docs(cli): fix out of date cli path
* chore(dep): update lock file
* test(c4gh): adapt to new key-generation api
* chore(c4gh): drop unnecessary comment
* test: add check for preserved links post-removal
* fix(api): preserve links upon remove
* test(htsget): add overlap test for fully contained region
* fix(htsget): consider contained interval as overlap1 parent dda85ea commit 4f7130f
2 files changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| |||
0 commit comments