Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Config file does not exist #384

Open
nick-youngblut opened this issue Feb 22, 2023 · 0 comments
Open

Config file does not exist #384

nick-youngblut opened this issue Feb 22, 2023 · 0 comments

Comments

@nick-youngblut
Copy link

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 nf-amazon@1.11.3
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant