Anton Korobeynikov
Anton Korobeynikov
Will you please attach both `cleaned/binning.tsv` and `SRR13528217.scaffolds.paths` as well?
testdata/p4_16_samples_outputs/array_field.p4-stderr is a great example where we produce something internal in the warnings which might be confusing to users
So, things are a bit messy and it manifests in different weird ways (see e.g. https://github.com/p4lang/p4c/pull/4825#issuecomment-2277765660) In fact, we are having multiple ways to "print something" inside p4c: - There...
> Seems good to me. Iirc, `dbprint` prints the full content of the "node" whereas `toString` is often a truncated representation. But the boundaries between those two are quite blurry...
> btw. there is more related mess with `operator
> This should all be well defined and findable by ADL. Oh, right, I completely forgot about that gtest feature with custom fail messages!
Hello I think it is stuck because it is started to consume swap memory. In the log we're seeing: ``` 19:26:03.397 574G / 574G INFO General (sequence_mapper_notifier.h: 76) Processed 67200000...
It certainly uses the swap memory available by your system. But note that "swap memory" is actually disk space. So any use of swap is utterly slow.
Can you run with read error correction disabled? (`--only-assembler`). Overall, since you are running in metagenomic mode, this is expected, as the assembler assumes that there are multiple strains and...
It is very important to understand is that assembly does not take "consensus" from the reads. This is neither feasible nor intended. This is especially true in metagenomics mode as...