Michael Milton
Michael Milton
Right but the pre-requisite (a primary key), is actually there, it's just not being detected. It's an SQLite idiosyncrasy. If you want to remove the manual step then I can...
If you can specifically optimise selecting chromosomes, then I think it's worth making a separate subcommand for that. The BED file selection is more complex and not actually as important...
I don't actually know the limit, it's not formalised anywhere in the docs. Although it could be based on the number of accessions, it's also possible that it's just rejecting...
Leaving this until Jupyter sorts itself out and depends on a later version of PyO3.
Yep, I think we could resolve `Self` to the struct name ourselves here, this should be doable. I think the workaround might be to make the return type be the...
Just tested on VS Code, and yes it does work inside parens:  It can be a relative or absolute path, and VS Code will just match it anyway: ...
Wow, I didn't know that. Dare I suggest `int | float` then?
My proposed technology is [React Admin](https://marmelab.com/react-admin/Readme.html), using [ra-jsonapi-client](https://github.com/henvo/ra-jsonapi-client) as a backend since the REST API is JSON API conformant. There's also a more static solution: [flask-admin](https://flask-admin.readthedocs.io/en/latest/), but I rather like...
Also, it has occurred to me that this issue, and a few others could be improved by adding a [JSON schema](https://json-schema.org/understanding-json-schema/about.html) object to the `SampleDataType` model. This would give us...
@ewels I'm proposing this as my third big PR. Even if you don't yet have time to review code, could you share some quick thoughts on these changes: * Add...