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
nf-core lint
When running nf-core lint, it will rewrite modules.json as follows:
modules.json
"installed_by": [ "modules" ]
However, this goes against Prettier, who has strong feelings for
"installed_by": ["modules"]
nf-core/demultiplex
npx prettier --check .
No response
The text was updated successfully, but these errors were encountered:
I think it's a known issue already feature
Sorry, something went wrong.
We had it fixed and I reintroduced this by accident, while making the code run faster. Sorry
No worries 🙂
fixed in #2609
No branches or pull requests
Description of the bug
When running
nf-core lint
, it will rewritemodules.json
as follows:However, this goes against Prettier, who has strong feelings for
Steps to reproduce:
nf-core/demultiplex
)nf-core lint
, this will changemodules.json
npx prettier --check .
. This will raise a warning aboutmodules.json
Command used and terminal output
No response
System information
The text was updated successfully, but these errors were encountered: