-
Notifications
You must be signed in to change notification settings - Fork 26
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
Process relative paths aren't resolved correctly #146
Comments
You can try this yourself by cloning this branch on my fork of the nf-core modules repository and running |
nf-core/modules#4079 (comment) Responding here for visibility. I think that can work, I would just want to make sure it doesn't break anything else with how the pipelines run! That's the top priority, testing is a second. |
We managed to get it working using |
Hi we encountered a small issue during the conversion of the nf-core modules tests to nf-test.
We recently changed the
conda
declaration to use anenvironment.yml
located in the same folder as the process. e.g.The folder:
The conda declaration:
This creates the following error when using
nf-test
(link):My best guess is that this is caused by the fact that nf-test doesn't actually run the test from the main path, but from the path inside of the
.nf-test/tests/<hash>/meta
folder?Are we doing something wrong or is this a bug in
nf-test
?Nextflow version: 23.10.0
nf-test version: 0.8.1
Thanks!
-Nicolas
The text was updated successfully, but these errors were encountered: