-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault #234
Comments
can you provide the stderr log or point to the dataset to reproduce? |
Unfortunately the error file does not contain any useful information. Here are last 15 lines or so. [0000][PE] # candidate unique pairs for (FF, FR, RF, RR): (8, 314233, 0, 2) |
I am attempting to run bwa-mem2 through a singularity container for human 35X whole genome sequence data set with following command. singularity exec /expanse/lustre/projects/scr104/mgujral/singularityContainer/WGS/version_0.0.2/ubuntuWGS.sif bwa-mem2 mem -K 100000000 -Y -t 64 -v 3 -R '@rg\tID:RES07370\tLB:RES07370\tPL:ILLUMINA\tPG:bwa-mem2-2.2.1\tCN:USU\tSM:RES07370\tPU:HY5VTCCXX.1_8' /mnt/hg38/Homo_sapiens_assembly38.fasta /mnt/RES07370/RES07370_1.fq.gz /mnt/RES07370/RES07370_2.fq.gz -o /mnt/RES07370/RES07370_bwa-mem2_128cores64threadsK100M.sam
Everything runs fine for about 10-20 minutes, and throws segment fault. I am using entire node with 256 GB of RAM, and I have tried to run with 64 threads and all the way to 12 threads. Every time application stops after writing 40 GB of the sam file. Any suggestions will be greatly appreciated.
The text was updated successfully, but these errors were encountered: