Closed sandsebi closed 2 years ago
The problem is that the repository does not have either the nextflow.config
or main.nf
file in the project root
It does have both on the branch v2-api-migration
Unfortunely it's not enough. There must be at least the nextflow.config
file (even empty) in the default branch
Ok thanks 👍 Would have been helpful to document clearly, the need for having a main.nf
and a nextflow.config
file at the root of the repo.
I'm trying to run the following pipeline on Tower:
But it errors out with the following:
Ideally as I've specified the
Revision number
which in my case is the branch name, the Github API URL's should look like:https://api.github.com/repos/enasequence/covid-sequence-analysis-workflow/contents/nextflow.config?ref=v2-api-migration
andhttps://api.github.com/repos/enasequence/covid-sequence-analysis-workflow/contents/main.nf?ref=v2-api-migration
right?I'm using Tower agent on LSF. Nextflow module version: nextflow-21.10.6-gcc-9.3.0-tkuemwd