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
After centroiding first data file the workflow gives an error and stops, saying it can't find the centroided data file it just created.
It appears that changing line 48 in modules.config to be
ext.prefix = { " ${meta.id}.centroided " }
fixes the issue. The workflow appears to create a new centroided file with the original filename.mzML instead of filename.centroided.mzML which is what the workflow looks for in future steps
Command used and terminal output
No response
Relevant files
No response
System information
Nextflow version: 23.10.01
Metaboigniter version: 2.0.0
Hardware: Desktop
Executor: Local
Container Engine: Docker
OS: Linux (Fedora 39)
The text was updated successfully, but these errors were encountered:
Description of the bug
After centroiding first data file the workflow gives an error and stops, saying it can't find the centroided data file it just created.
It appears that changing line 48 in modules.config to be
ext.prefix = { " ${meta.id}.centroided " }
fixes the issue. The workflow appears to create a new centroided file with the original filename.mzML instead of filename.centroided.mzML which is what the workflow looks for in future steps
Command used and terminal output
No response
Relevant files
No response
System information
Nextflow version: 23.10.01
Metaboigniter version: 2.0.0
Hardware: Desktop
Executor: Local
Container Engine: Docker
OS: Linux (Fedora 39)
The text was updated successfully, but these errors were encountered: