Closed pcantalupo closed 1 year ago
Fixed in https://github.com/nf-core/rnaseq/commit/07ddd71401b951eb71f90be8915ccca76dfcd0b1
Hi @pcantalupo ! This was intentional behaviour as I didn't see the point in publishing "too" many BAM files, especially since this is configurable now via a custom config. However, I have changed the default behaviour now to publish everything just in case these files are actually useful to debug stuff. I think I got all of them so please have a check after the next release and lemme know if I missed anything. (when using --save_umi_intermeds --save_align_intermeds --with_umi
)
$ find ./ -type f -name "*.bam" | sort | grep "WT_REP1"
./star_salmon/WT_REP1.Aligned.out.bam
./star_salmon/WT_REP1.Aligned.toTranscriptome.out.bam
./star_salmon/WT_REP1.sorted.bam
./star_salmon/WT_REP1.transcriptome.sorted.bam
./star_salmon/WT_REP1.umi_dedup.sorted.bam
./star_salmon/WT_REP1.umi_dedup.transcriptome.bam
./star_salmon/WT_REP1.umi_dedup.transcriptome.filtered.bam
./star_salmon/WT_REP1.umi_dedup.transcriptome.sorted.bam
$ find ./ -type f -name "*.bai" | sort | grep "WT_REP1"
./star_salmon/WT_REP1.sorted.bam.bai
./star_salmon/WT_REP1.transcriptome.sorted.bam.bai
./star_salmon/WT_REP1.umi_dedup.sorted.bam.bai
./star_salmon/WT_REP1.umi_dedup.transcriptome.sorted.bam.bai
I checked release 3.11.1 and it looks good. Thank you
Great! Thanks for confirming!
Description of the bug
I’m using v3.9 with
--save_umi_intermeds
and--save_align_intermeds
to save all BAM files. After pipeline finishes, I find these BAM files inresults
However, SALMON_QUANT uses the BAM file
22-0283.umi_dedup.transcriptome.filtered.bam
(see below). Shouldn’t it be copied toresults/
when using those intermeds parameters?Additionally, I found 4 bam files in
work/
that are not copied toresults
. Is this a design choice even when using the intermeds parameters?Thank you
Command used and terminal output
Relevant files
No response
System information
pipeline version: 3.9 nextflow 22.04.3 singularity 3.9.6 slurm on HPC Linux