We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is a minimal pipeline with a main.nf and a nextflow config inside a subdirectory https://github.com/ekageyama/nextflow_sub/tree/main
https://github.com/ekageyama/nextflow_sub/tree/main
nextflow run https://github.com/ekageyama/nextflow_sub.git -main-script pipeline/main.nf
or
nextflow run https://github.com/ekageyama/nextflow_sub/pipeline/ should work
nextflow run https://github.com/ekageyama/nextflow_sub/pipeline/
Can't find git repository config file -- Repository may be corrupted: /Users/kageyamj/.nextflow/assets/ekageyama/nextflow_sub` Or
WARN: Cannot read project manifest -- Cause: Remote resource not found: https://api.github.com/repos/ekageyama/nextflow_sub/pipeline//contents/nextflow.config Remote resource not found: https://api.github.com/repos/ekageyama/nextflow_sub/pipeline//contents/main.nf```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Here is a minimal pipeline with a main.nf and a nextflow config inside a subdirectory
https://github.com/ekageyama/nextflow_sub/tree/main
Expected behavior and actual behavior
nextflow run https://github.com/ekageyama/nextflow_sub.git -main-script pipeline/main.nf
or
nextflow run https://github.com/ekageyama/nextflow_sub/pipeline/
should work
Program output
Environment
The text was updated successfully, but these errors were encountered: