Closed praveenraj2018 closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark:Posted for pipeline commit 9890059
+| ✅ 146 tests passed |+
Reg. YAML lint errors - I could see many of them are from snpeff/meta.yml. I fixed the rest that are from branch.yml, etc...
praveen@praveen-VirtualBox:~/coderepo/rnavar$ yamllint $(find . -type f -name "*.yml" -o -name "*.yaml") -c ./.yamllint.yml
./nf-core/modules/snpeff/meta.yml
7:9 error wrong indentation: expected 10 but found 8 (indentation)
15:9 error wrong indentation: expected 10 but found 8 (indentation)
21:9 error wrong indentation: expected 10 but found 8 (indentation)
27:9 error wrong indentation: expected 10 but found 8 (indentation)
32:9 error wrong indentation: expected 10 but found 8 (indentation)
36:9 error wrong indentation: expected 10 but found 8 (indentation)
40:9 error wrong indentation: expected 10 but found 8 (indentation)
45:9 error wrong indentation: expected 10 but found 8 (indentation)
50:9 error wrong indentation: expected 10 but found 8 (indentation)
54:9 error wrong indentation: expected 10 but found 8 (indentation)
How do we fix the snpeff lint errros? Should it be changed in the modules and do a PR? How did it work for you in Sarek?
I'll make a PR in the modules, thanks
How do we fix the YAML lint. It is coming out from
I'll make a PR in the modules, thanks
Thanks. Then I should be able to pass the tests and merge.
The old markdownlint and yamllint CI checks are on pull_request
and are coming from the existing code base. They will stop running after this PR is merged.
I don't think it matters if those fail, as long as the Prettier and editoconfig ones are passing 👍🏻
Note that commits eef058f and 06e1c81 should be part of this PR if the aim is to update the template (see https://github.com/nf-core/rnavar/pull/27). The exact commits need to be part of the git history on dev
for the template sync mechanism to work nicely.
x-ref discussion on Slack.
Not needed
Below updates are included in this PR:
1) Update nf-core modules to the latest available 2) Update code for the latest DSL2 syntax changes.
PR checklist
nf-core lint
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).