-
Notifications
You must be signed in to change notification settings - Fork 20
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
Alignment pipeline error #39
Comments
Hi Camilo, thanks for reporting this issue and sorry for my late reply. I was out of office for two weeks. The error message that you get indicates that SVIM tried to execute the following command but failed:
To locate the error you can execute the command yourself on your command line and check whether you see any error messages in the output. I would expect that either ngmlr or samtools experience some kind of problem that causes the pipe to fail. If this does not give you any hints, you can also send me the files and I can have a look. Cheers |
Thanks David, Look I ran the line you suggested and it seems to be something related to
Also, the standard error gives mi this message:
Cheers, |
Hi Camilo, this looks indeed like samtools cannot parse the alignment of read 1230 or so. You could try to split the command up into the following parts:
If step 1 succeeds but step 2 fails it means that there is something wrong with the SAM file generated by NGMLR. If step1 fails already it means that NGMLR has a problem with your input data. In any case, this might give you interesting insights into the problem. Cheers |
Hi Camilo, did you have any luck tracking down where the error comes from? Would be good to know whether it's something I need to fix in SVIM or rather a problem with ngmlr/samtools. Best |
Hi David, I'm sorry for the late response on this issue, I didn't see your last reply past week. I run the first step and it worked really fine, it generated the .
It is not very informative but I'm not getting anything else. Best, |
Hi Camilo, thanks for running the commands. The error message indicates that there is something weird in line 102 of the SAM output from NGMLR. In my experience, NGMLR is not as stable as minimap2 and several similar issues have been reported here and here and here. In those issues, a negative mapping quality value seemed to cause problems for samtools versions higher than 1.09 (you use 1.11). I think you have the following options:
Cheers |
Hey David, Thank you very much for your entire support. Solution number three worked pretty fine for me. Best, |
Hi This is the error |
HI @eldariont
Thanks for working on this tool. I was trying to make a call using the
svim reads
method as follow:It just suddenly stopped, so I decided to share the entire
.log
file here:After the job is executed it gives me also a
coordsorted.bam
file which I suspect is good and complete, but the pipeline does not continue.By the way, I installed svim via conda. If there is a way to solve this issue I will really appreciate it!
Also here is my conda list for the env:
Thanks in advance.
Camilo
The text was updated successfully, but these errors were encountered: