-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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 get segmentation fault
. Howeve when I singularity 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 version singularity 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