-
In order to include prepublished studies into the EBI Search Index and Covid portal, they need to have an EFO term assigned to them and some infrastructure to support curators to add this information.
-
The ICES Science Plan specifies a number of tasks related to emerging technologies. We should check if we have covered all of these within the DIG Challenges and Opportunities tracker.
- _Horizon sc…
-
Hello,
lets say i have a set of genes from a non-model organism, but i do have gene annotations/descriptions. Can I use those? (without resorting to write javascript). I read the documentation and d…
matrs updated
4 years ago
-
# Problem
With support for lifetimes, Diplomat is now vulnerable to dangling references. This can be caused when we modify the contents of an opaque that we have a mutable reference to, since we have…
-
How to annotate literally everything
https://ift.tt/2JwGNmt
About 0 Minutes
Comprehensive overview of existing tools, strategies and thoughts on interacting with your data
TLDR: when I read I …
-
### Description
**What problem are you trying to solve?**
Karpenter adds a `karpenter.sh/disruption:NoSchedule=disrupting` taint for Consolidation actions after a 15s validation period. There is a n…
-
We had a bug in our code that caused us to publish thousands of events in a single unit of work. It ended up triggering some Axon behavior that brought our application to its knees.
If there is a v…
-
**Is your feature request related to a problem? Please describe.**
Modularization of code is generally a good idea. Modularization should be straightforward and not affect performance. However, f…
-
Hi users,
I'm wondering if anyone might be interested to implement AnnotSV in Python?
Then our users community could easily contribute towards it:
- Bugs could be tackled efficiently
- New ideas…
-
**Is your feature request related to a problem? Please describe.**
I'd expect the following to work,
```nix
lib.removeAttrs { a = 1; b = 2; } { "b" = throw "ignored"; }
== builtins.intersect…