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
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
I have setup my nextflow pipeline similar to many nf-core pipelines (e.g., nf-core/mag), in which there is one main config file in the base directory of my repo (nextflow.config), and this config includes other config files stored in $REPO_BASE_DIR/conf/ via the includeConfig operator.
In other words:
nextflow.config
./conf/utils.config
...with includeConfig 'conf/utils.config' in the nextflow.config file.
When I launch the pipeline on nf-tower, I reproducibility get the following error:
The workflow execution failed to start. Exit status: 1
Essential container in task exited
Downloading plugin [email protected]
N E X T F L O W ~ version 22.10.6
Pulling MY_ORGANIZATION/MY_PIPELINE ...
downloaded from https://github.com/MY_ORGANIZATION/MY_PIPELINE.git
No such file: Config file does not exist: https://api.tower.nf/ephemeral/config/utils.config
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have setup my nextflow pipeline similar to many nf-core pipelines (e.g., nf-core/mag), in which there is one main config file in the base directory of my repo (
nextflow.config
), and this config includes other config files stored in$REPO_BASE_DIR/conf/
via theincludeConfig
operator.In other words:
...with
includeConfig 'conf/utils.config'
in thenextflow.config
file.When I launch the pipeline on nf-tower, I reproducibility get the following error:
The text was updated successfully, but these errors were encountered: