Conversation
nf-core 3.3.0 release
|
Two PRs that fix language server errors in modules: |
|
Should I also format the local modules and subworflows with the LSP formatter as part of this PR? What do you think about that @jfy133? |
IMO unless it's something we can enforce (e.g. through a linting check) it's probably not super important as future PRs might change this? |
Sure, you're right on that, using a linting check would be better to keep a consistent style over time. |
jfy133
left a comment
There was a problem hiding this comment.
Couple of comments but I think the purpose of this PR is satisfied :) thank you very much for this @dialvarezs !
Co-authored-by: James A. Fellows Yates <[email protected]>
Co-authored-by: James A. Fellows Yates <[email protected]>
This PR solves errors/warings reported by the Nextflow language server.
Mostly reused variable names and unused variables.
Additionally, I applied module updates that include error fixes.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).