-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fixes for PR #238 #243
Fixes for PR #238 #243
Conversation
|
@@ -3,7 +3,7 @@ config { | |||
testsDir "." | |||
|
|||
// nf-test directory including temporary files for each test | |||
workDir "/tmp" | |||
workDir "nf-test" |
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.
Revert to /tmp
. Can't use .nf-test
due to bug with fasterq-dump
not being able to output files with .
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.
I've been battling with @adamrtalbot on this.
But we finally agreed and came up with:
https://github.com/nf-core/modules/blob/master/.github/workflows/test.yml#L620
https://github.com/nf-core/modules/blob/master/nf-test.config#L6
Tests are failing due to askimed/nf-test#173 Think we need to remove using snapshots until that is fixed and add explicit tests for the output files. |
Looking nice to me, just think we need to use the env variable for the default location of the nf-test workdir as we do in modules |
Refactor code introduced in #238 to use
collectFile
for merging samplesheets.