James Stevenson

Results 24 comments of James Stevenson

@theferrit32 ~40MB of that is PySam (by way of HGVS -> SeqRepo -> PySam), which maybe explains why the `DataProxy` stuff is reimplemented here instead of being imported from SeqRepo...

Didn't think much of it at the time, but the new `derive_refget_accession` method that was added to the VRS DataProxy class does mean you have to be careful about how...

I made a little bit of progress on this last week! long way to go, though

Per the last call, @katiestahl and I will be taking a crack at this in the medium-term

I frequently find myself wishing this were available. I'm not sure there's a better solution than declaring a constant somewhere in the source code, though. The relative versionlessness of VRS...

Just hit this issue myself -- I'm reopening this issue and will get a PR up... sometime.

Hey @wlymanambry -- would you be willing to share some code or a little more details on how you're seeing this so that I can reproduce it? > Also, it...

Thanks! I'll put this on my list of stuff to tinker with during data loads.

Fwiw there's also a pre commit command that will run hooks against every file regardless of staging status: I think it's `--all`?