Description of the bug
Hi! I am using nf-core/rnasplice from .BAM files to evaluate the alternative splicing in my samples. I previously ran nf-core/rnaseq with star, and I got the .BAM files from there. I am particularly interested in the output of rmats.
The first time I ran, I used three biological replicates for the control and three for each treatment. There, the pipeline worked fine, but I got only a few splicing events that where statistically significant. So I excluded one of my replicates in the control sample, because it seemed a bit odd.
I ran again the pipeline in the same way, but I used a different input list, not considering the the control sample I didnt want to. The pipeline finished without errors, but Summary.txt contained only zeros and rMATS_result_FDR.txt was not created. Splicing events were detected (see below 2025-07-02-18_02_42_078011_read_outcomes_by_bam.txt). But for some reason, the rmats_post step ran particularly fast (only 15 s - see nextflow-log.txt and execution_trace_2025-07-02_11-33-17.txt) and did not result in the proper output.
I checked many reasons for the Summary.txt to have only zero values on the rmats github, but I could not find what was going on. Since it ran before without any issues with the triplicate samples in control, but now it does not with duplicates.
I would appreciate any help. If you need more info, please let me know.
Command used and terminal output
nextflow run \
nf-core/rnasplice \
--input $OUTDIR/alignments.csv \
--contrasts $OUTDIR/contrasts.csv \
--fasta $GENOME/Arabidopsis_thaliana.TAIR10.dna.toplevel.fa.gz \
--gtf $GENOME/Arabidopsis_thaliana.TAIR10.60.gtf.gz \
--outdir $OUTDIR \
--source genome_bam \
--sashimi_plot false \
-profile singularity
Relevant files
2025-07-02-18_02_42_078011_read_outcomes_by_bam.txt
execution_trace_2025-07-02_11-33-17.txt
nextflow-log.txt
System information
- Nextflow version: 25.04.2
- Hardware: HPC
- Executor: slurm
- Container engine: singularity
- OS: Linux
- Version of nf-core/rnasplice: v1.0.4-g1d0494a
Description of the bug
Hi! I am using nf-core/rnasplice from .BAM files to evaluate the alternative splicing in my samples. I previously ran nf-core/rnaseq with star, and I got the .BAM files from there. I am particularly interested in the output of rmats.
The first time I ran, I used three biological replicates for the control and three for each treatment. There, the pipeline worked fine, but I got only a few splicing events that where statistically significant. So I excluded one of my replicates in the control sample, because it seemed a bit odd.
I ran again the pipeline in the same way, but I used a different input list, not considering the the control sample I didnt want to. The pipeline finished without errors, but Summary.txt contained only zeros and rMATS_result_FDR.txt was not created. Splicing events were detected (see below 2025-07-02-18_02_42_078011_read_outcomes_by_bam.txt). But for some reason, the rmats_post step ran particularly fast (only 15 s - see nextflow-log.txt and execution_trace_2025-07-02_11-33-17.txt) and did not result in the proper output.
I checked many reasons for the Summary.txt to have only zero values on the rmats github, but I could not find what was going on. Since it ran before without any issues with the triplicate samples in control, but now it does not with duplicates.
I would appreciate any help. If you need more info, please let me know.
Command used and terminal output
Relevant files
2025-07-02-18_02_42_078011_read_outcomes_by_bam.txt
execution_trace_2025-07-02_11-33-17.txt
nextflow-log.txt
System information