Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit b855c5d

Browse files
committed
update TODO
1 parent 092f3c0 commit b855c5d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TODO.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ General:
77
* Currently using VRS 2.0a-based libraries. For lifting back to VRS 1.3, some basic post-processing should be fine (annoying but shouldn't be too trivial)
88
* Without access to a production DynamoDB instance, Gene Normalizer will be quickest and easiest to set up via a PostgreSQL data backend. That, however, requires an extra dependency group (noted in README). We might want to make a `pg` dependency group here or just include it in core dependencies.
99
* On that note, I've only done minimal testing of how possible it would be to drop the gene normalizer dependency entirely, but it'd be nice to get there.
10-
* Some of the singleton/factory stuff might be cleaner as `global`s
11-
* make `silent` a global
1210

1311
Alignment:
1412
* Pretty sure this is mostly done.
@@ -19,7 +17,7 @@ Transcript selection:
1917
* Tests will need some extensive mocking (or cassettes?) for reliance on UTA and other external dependencies
2018

2119
VRS mapping:
22-
* In general, this stuff is still pretty rough. Tests aren't passing yet.
20+
* In general, this stuff is still pretty rough. Not passing informal tests, and needs formal tests.
2321
* Finish double-checking the SeqRepo storage workaround
2422
* A fair amount of small questions about conditions written to handle specific scoresets/edge cases
25-
* More testing. Can be ready for CI by manually patching the SequenceStore class (or using SeqRepoRESTDataProxy and cassettes).
23+
* Can be ready for CI by manually patching the SequenceStore class (or using SeqRepoRESTDataProxy and cassettes).

0 commit comments

Comments
 (0)