-
Notifications
You must be signed in to change notification settings - Fork 10
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
STAR 2.4.0j with singularity gives segmentation fault error #67
Comments
Hi @asalhab, About the problem with
Let me know if that solves the issue. For the second question, you can add Best, |
Hi @emi80, |
any update on this issue @emi80 ? |
Hi @emi80
I have been using grap-nf [10fde60] for long time with singulairty 3.6.3 and nextflow 20.10.0. Recently, I had to change to a new HPC environemnt. So, I donwloaded the grape-nf [93be727] with the same nextflow and singularity vesions as before, I also copied the exact singulairty images from the old to the new environemnt.
When I run grape-nf it failed at the mapping step complaining about sambamba but actually when I debug it (by looking into .command.run & .command.sh, it turns out that the problem is due to STAR when using singluarity image "grapenf-mapping-star-2.4.0j.img" for
STAR-2.4-sambamba-Transcriptome
template.when I
singularity exec grapenf-mapping-star-2.4.0j.img STAR --help
I getsegmentation fault
. Howeve when Isingularity exec grapenf-mapping-star-2.4.0j.img sambamba --help
I get the proper help output.I downloaded another version using
singularity pull docker://grapenf/mapping:star-2.6.0c
. I repeated the command with this versionsingularity exec mapping_star-2.6.0c.sif STAR --help
and I got a proper STAR help output.do you have an idea what might be the problem with STAR-2.4.0j ?
and for reproducibiliy issue, can I instruct nextflow to download the revision 10fde60 that I have been using in the old environemnt?
Best,
Abdul
The text was updated successfully, but these errors were encountered: