Nathan Dunn
Nathan Dunn
From #2276 / #2288 - [ ] in FeatureOperation, indicate nature of each type - [ ] indicate if a change is functional or structural in the history popup -...
Currently all searches are for top-level genes, as opposed to bottom-level isoforms. Non-trivial, but may need to be multiple queries. Need to handle: - [ ] status - [ ]...
https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/asnval_8cpp_source.html The problem is that this is C++ and we have to convert these to ASN. Distributing the C++ binaries prebuilt might be an option (especially for Docker), though.
copy all existing metadata from OGS track when creating annotation off of it (much simpler use-case)
replaced by #2364 as we start to process more detail
- extend changes report to provide a searchable TSV download - individual history should be able to provide history  ![Screen Shot 2019-11-07...
- [ ] add summary: e.g., how many genes have been modified in a given time period, e.g. from the last "freeze" until the next gene update - [x] filter...
Going to wait for someone to request it but the general idea is that the reports in the admin tab will show up automatically.
- [ ] add status filter to the ref sequence panel related to #2269
I use an `in ()` query to exclude RNA without exons from the general query, which I don't think will scale effectively. What I need is a query that will...