You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting trim = false, the pipeline stops with the error:
Jun-27 17:04:36.559 [main] ERROR nextflow.cli.Launcher - Access to 'FASTP.out' is undefined since the process 'FASTP' has not been invoked before accessing the output attribute
nextflow.exception.ScriptRuntimeException: Access to 'FASTP.out' is undefined since the process 'FASTP' has not been invoked before accessing the output attribute
Steps to reproduce
Steps to reproduce the behaviour:
nextflow run nf-core/bactmap -profile singularity
nextflow.config
...
trim = false
...
See error: as above
Expected behaviour
When using already trimmed samples, we should be able to run bactmap with trim = false
Log files
Have you provided the following extra information/files:
I got the same error. It is caused by the MULTIQC process attempting to access the output from FASTP (which has not been run because trimming was off).
The MULTIQC process cannot currently be switched off (even when --skip_multiqc true is provided).
A simple fix would be to turn off MultiQC when trimming is disabled, or to run it without the FASTP output.
Check Documentation
I have checked the following places for your error:
Description of the bug
When setting trim = false, the pipeline stops with the error:
Steps to reproduce
Steps to reproduce the behaviour:
Expected behaviour
When using already trimmed samples, we should be able to run bactmap with trim = false
Log files
Have you provided the following extra information/files:
.nextflow.log
fileSystem
Nextflow Installation
Container engine
The text was updated successfully, but these errors were encountered: