-
Notifications
You must be signed in to change notification settings - Fork 447
default results should be null (fails on s3) #884
New issue
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
Conversation
|
makes sense. I think we had this before |
Why are we setting |
on aws, you need to specify the absolut path for the output. Having the default path there has caused failures for many people. So to be safe, across pipeline we went without default path but always have everyone set it manually |
okay, so the pipeline will not run at all unless one sets |
yep exactly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit annoying we have to specify the outdir
to ./results
in each test-yml, but I guess there was no other way 🤔
Some CI-tests failing, but I guess you are on to that ;-) |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).