-
As more folks get sequence data back we have run into the issue of "blank" samples messing up the pipeline. These are samples that are run through the wet lab process with no DNA to test for contamina…
-
We originally built CHERIoT RTOS with CMake. This had a number of problems because CMake is not designed to allow users to build abstractions. We replaced it with xmake prior to open sourcing, and x…
-
We have https://github.com/qdrant/vector-db-benchmark/blob/master/scripts/process-benchmarks.ipynb but it only prepares the data.
So web based interactive graphs would be nice. One can use plotly or…
-
It is already great most of the actions are running under 10 minutes
but some minor changes can shave off some seconds or minutes
- [ ] Using always make -j2 on github actions
- [x] install and c…
-
Hi, I have run tapes annotate using annovar and acmg guideline succesfully, then I want to run tapes sort to get the result in tab format, however, when I run there's an error.
Command
```
python…
-
# Standard Types - Namings
_**NOTE** - this is only partially implemented currently, and so, it's mostly a discussion of how/what to actually implement._
Since Onyx uses Crystal stdlib, there are al…
-
`ex.h`:
```
class Ex {
public:
Ex() { a = 42; }
int a;
};
```
`xdressrc.py`:
```
from xdress.utils import apiname
package = 'ex' # top-level python package name …
-
## 🐛 Bug
When DP is given a specified non-tensor kwarg and the batch tensor doesn't have enough elements to scatter to each device, a weird error is thrown:
```py
In [5]: import torch
...: im…
-
### Expected behavior
I am going through all Qubit device compatible transforms. While going through `cut_circuit_mc` I couldn't find a test for that shows that it was `jax.jit` compatible. I picke…
-
Consider the following query, which at first glance seems like it should match the first `elif` branch of an `if`-statement using `tree-sitter-python`:
```
(if_statement
consequence: (_)
…