-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNAseq-3.14.0 Pipeline fails with aligner star_rsem
#1375
Comments
Hi I'm adding further context here as @GerardTromp and I had a brief discussion about this yesterday (in-person) about why it hasn't been caught with test dataset and indeed when I tried to reproduce this using Therefore the test profile doesn't seem to be triggering this particular pathway 🤔 $ nextflow run nf-core/rnaseq -r 3.14.0 -profile test,singularity -params-file params.rnaseq.yaml -resum I've used the following parameters outdir : 'test-profile-output'
aligner : 'star_rsem'
skip_biotype_qc : true
skip_rseqc : true
featurecounts_feature_type : 'transcript'
featurecounts_group_type : 'product'
gencode : false
igenomes_ignore : true |
I think there may be some confusion in the original post here. There is no dependency between the software environments of different steps. RSEM uses STAR internally, completely independent of the STAR processes in this workflow. I'm also confident that the RSEM process works effectively on singularity, since that is tested as part of the modules infrastructure in nf-core. @abhi18av are you saying you did, or did not replicate the error with the command you ran? |
@pinin4fjords , in my test run, no I didn't reproduce the original problem. But maybe I missed out on some parameter used by @GerardTromp 🤔 |
@GerardTromp if you can give me a reproducible example I can look into it. Otherwise I suspect some misconfiguration on your side I will find hard to determine. |
Closing now. Feel free to resubmit with more information and we'll look into it. |
Description of the bug
Pipeline fails when using aligner
star_rsem
because of missingbowtie
in containersingularity-mulled-v2-cf0123ef83b3c38c13e3b0696a3f285d3f20f15b-64aad4a4e144878400649e71f42105311be7ed87-0.img
.rsem-calculate-expression
relies onbowtie
orbowtie2
. As currently configured...:QUANTIFY_RSEM:RSEM_CALCULATEEXPRESSION
is invoked beforeSTAR_ALIGN
or ratherSTAR_ALIGN
is not in the execution plan. Thus, the step relies on executingRSEM
with its default aligner, which is not present in any of the 34 containers.The task
main.nf
(modules/nf-core/rsem/calculateexpression/main.nf
) also specifies clearly that the container is one that should containrsem
andstar
. (conda "bioconda::rsem=1.3.3 bioconda::star=2.7.10a"
)The pipeline aligns the data and proceeds to multiqc without error when specifying the aligner as
star_salmon
Command used and terminal output
Relevant files
nfcore-star_rsem.zip
ZIP Manifest
nextflow.log
star_rsem-params.config
params.config
terminal_output.log
work_SRR7448503.log
work_command.begin
work_command.err
work_command.log
work_command.out
work_command.run
work_command.sh
.run
work_command.trace
System information
Nextflow version: 24.04.4
Hardware: PowerEdge R650, 2 X Xeon(R) Gold 6354 CPU @ 3.00GHz, 1.5 TB RAM
Executor: local
Engine: Singularity v 3.8.7
nf-core/rnaseq v 3.14.0
The text was updated successfully, but these errors were encountered: