Hello together,
upfront I have to say that I am not a coder. I was running one sample multiple times with the Riboseq-Pipeline. Everything works fine including the mapping, but every time the pipeline stops after that due to an error in the Identify_P-Sites execution. For that I have selected Ribowaltz and I am using the default settings.
This is the error:
ERROR ~ Error executing process > ‘RIBOSEQ:IDENTIFY_PSITES (null)’
Caused by:
Process `RIBOSEQ:IDENTIFY_PSITES (null)` terminated with an error exit status (134)
Command executed:
INPUT=`echo MA1024_RPF_S9_R1_001.Aligned.toTranscriptome.sorted.out.bam | sed ‘s/ /,/g’`
Rscript --vanilla /media/storage/production/executions/812898286402595711/riboseq-flow/bin/identify_psites.R $INPUT Homo_sapiens.GRCh38.109.gtf Homo_sapiens.GRCh38.fasta 26:32 50 ribowaltz 42 27 Homo_sapiens.GRCh38.109.longest_cds.transcript_info.tsv
Command exit status:
134
Command output:
(empty)
Command error:
Import genomic features from the file as a GRanges object … OK
Prepare the ‘metadata’ data frame … OK
Make the TxDb object … OK
double free or corruption (!prev)
.command.sh: line 4: 66 Aborted (core dumped) Rscript --vanilla /media/storage/production/executions/812898286402595711/riboseq-flow/bin/identify_psites.R $INPUT Homo_sapiens.GRCh38.109.gtf Homo_sapiens.GRCh38.fasta 26:32 50 ribowaltz 42 27 Homo_sapiens.GRCh38.109.longest_cds.transcript_info.tsv
Work dir:
/media/storage/production/executions/812898286402595711/work/81/20213dc00b0363954dc8bda4222402
Tip: when you have fixed the problem you can continue the execution adding the option `-resume` to the run command line
– Check ‘/media/storage/production/executions/812898286402595711/.nextflow.log’ file for details
-[riboseq] Pipeline completed with errors
Does anyone know how to fix this? I would really appreciate any help!
Thank you! Rajiv