-
Hi,
I have used Flye & Hapdup to make a haplotype-resolved assembly from Illumina-corrected ONT reads (haploid assembly made with Flye 2.9) and I am particularly interested in a large 32kb deletion…
-
pydisasm version 5.0.10
Python bytecode 3.8 (3413)
Disassembled from Python 3.8.10 (default, May 5 2021, 03:01:07)
i use pydisasm --format xasm but i got error when i try to compile back pyc
…
-
For a code like below, where I'm iteratively constructing a `qpu_lambda`, I see this seg fault on the second iteration (first iteration works)
```cpp
int main() {
// Create the Deuteron Hamil…
-
I want to compile a .pyasm file to .pyc via using pyc-xasm
This is my main.py
`print("Hello, world")`
I compiled this as main.pyc
And
`pydisasm main.pyc > main.pyasm`
Now I want …
QemuK updated
3 years ago
-
The current impl requires a source string construction then XASM compilation.
Looks like the `xasm->compile()` call accounts for ~50-60% of the total `exp()` time. We need to look into optimizing t…
-
Take the following test of QITE
```cpp
TEST(QiteWorkflowTester, checkDeuteronH2) {
using namespace qcor;
xacc::set_verbose(true);
auto compiler = xacc::getCompiler("xasm");
auto ir = co…
-
- Fresh Linux Mint 20 install
- just installed build-essentials
- this:
marcel@marcel-linux:/asmotor_bootstrap$ sudo sh install.sh
-- The C compiler identification is GNU 9.3.0
-- The CXX comp…
kkuez updated
3 years ago
-
Hello Heng,
In the graph I made from two complete haplomes of a large plant genome (basically, two sets of chromosomes with a fairly high confidence in the assembly), I see a few very large "bubbles"…
-
Hi, @lh3
We already have constructed a graph from 46 plant genomes. Some complex subgraph from the `minigraph` really impressive, but it need careful inspection since the vast repeat content in th…
baozg updated
3 years ago
-
Hi,
I meet some err when I test Cactus:
RuntimeError: Cactus isn't using Docker, but it can't find the Cactus binaries. Please add Cactus's bin directory to your PATH (and run `make` in the Cactus …