-
Notifications
You must be signed in to change notification settings - Fork 193
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
nf-core modules install --dir seems to not reset the working directory #2796
Comments
I just tried to replicate this, but everything seemed to work fine for me. Perhaps I've misunderstood the issue though? Using a non-nf-core template pipeline:
Prompts the warning:
Selecting pipeline results in a few more messages (asking whether to add a Using a nf-core template pipeline (via However, I did notice that when trying to use the |
I was looking at it and it seems like there was an issue with another .nf-core.yml file. So I had my pipeline folder in /home/Desktop/mypipeline and after
i was running into the above mentioned issue. Yet, when i removed a .nf-core.yml file I had in the Desktop, it just started working. So it must have mistakenly used that one, although i never explicitly pointed to that. After removing it, everything now runs fine. So I think it must have been some weird set up I had. I guess we can close the issue? Sorry for this! |
Yep that error was the precisely the issue I applied the fix for. It's rare that people have nested config yml but where they did it really messed things up |
Description of the bug
I am trying to install an nf-core module into a not nf-core pipeline.
By using the command:
nf-core modules install famsa --dir .
I get the error:
I also tried with the absolute path of the directory, same error.
Command used and terminal output
System information
nextflow version 23.10.1.5891
Desktop
Local
Ubuntu 20.04.3 LTS
nf-core/tools version 2.13 - https://nf-co.re
Python 3.10.12
The text was updated successfully, but these errors were encountered: