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
ERROR ~ Error executing process > 'FASTQC_RAW (SRR1822157_1)'
Caused by:
No enum constant nextflow.processor.PublishDir.Mode.NULL
-- Check '.nextflow.log' file for details
The docs state that mode must be a string literal, i.e. it cannot be a parameter.
The Nextflow team is aware and appears to have plans to make it possible to set the mode and other publishDir options in the config file. Once they implement it we can update our usage too.
It would be handy to set the publishDir mode based on a parameter, e.g.
in the process:
in nextflow.config:
However, this does not work
The docs state that
mode
must be a string literal, i.e. it cannot be a parameter.The Nextflow team is aware and appears to have plans to make it possible to set the mode and other publishDir options in the config file. Once they implement it we can update our usage too.
See nextflow-io/nextflow#4186
The text was updated successfully, but these errors were encountered: