Closed mguaita closed 2 years ago
Hello @mguaita , sorry for the issue. I guess you are using the docker or singularity image given your stdout. I think the issue is related to the directory you are using to run your experiment, /IRFinder/, that is the same of the IRFinder source in the image. Another thing could be the position of the bam file: be sure to mount the directory correctly if you are using docker or singularity. Try moving the reference to another directory, such as /IRFinder_REF/ For example with singularity you can use the environmental variable SINGULARITY_BINDPATH:
export SINGULARITY_BINDPATH="/mydir/,/IRFinder_REF/"
I hope this will help. Keep me updated if you can ;) Cheers Claudio
Hello,
I am trying to run IRFinder on a cluster (Linux) and got this issue:
IRFinderBAM: line 141: 20881 Segmentation fault ${LIBEXEC}/irfinder ${OUTPUTDIR} ${REF}/IRFinder/ref-cover.bed ${REF}/IRFinder/ref-sj.ref ${REF}/IRFinder/ref-read-continues.ref ${REF}/IRFinder/ref-ROI.bed ${READ_TYPE} "${AI_WARN}:${AI_INTRON}" $1 >> $OUTPUTDIR/logs/irfinder.stdout 2>> $OUTPUTDIR/logs/irfinder.stderr
The irfinder.stderr is empty and the irfinder.stdout has the following output:
It seems that it doesn't even start to run.
Thank you!