Nebula icon indicating copy to clipboard operation
Nebula copied to clipboard

Ultra-efficient mapping-free structural variation genotyper

Results 4 Nebula issues
Sort by recently updated
recently updated
newest added

Hi, when I run the preprocessing step: `nebula preprocess --bed genotypes.t2t.bed --bam HG002.minimap2.t2t.sorted.bam --workdir tmp --reference chm13v2.0.fa --threads 40` Nebula stop and throw the exception: ![image](https://github.com/Parsoa/Nebula/assets/8258430/db4a11b3-5e43-4967-b5d1-0a06f9d69e06) I have built the...

Hi, I am trying to run the preprocessing step of nebula on a BAM with long reads, in order to later on call it on short read BAMs. However, I...

I am getting the following error when I build Nebula i.e. execute `make` in `cpp` directory. I am running on my Macbook, so changed `g++` to `clang++ -Xpreprocessor` and also...

Hi, I am not able to build with gcc version: `gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0` as I get the following error: ``` $ make g++ -std=c++11 -O3 -funroll-loops -fopenmp -I./htslib -o...