[x] Check for the gene biotype column before plotting in the .Rmd . If the column is missing, plotting is skipped.
[x] Remove --changed-since HEAD^ from ci.yml to ensure .Rmd file changes are detected, triggering test re-runs. I noticed that since we moved to nf-tests in other PRs these tests are not running due to this line.
[x] Update nf.tests to use removeNextflowVersion("$outputDir/pipeline_info/collated_versions.yml"), now verifying all software versions used in the pipeline.
PR checklist
[x] This comment contains a description of changes (with reason).
[x] If you've fixed a bug or added code that should be tested, add tests!
[x] Make sure your code lints (nf-core lint).
[x] Ensure the test suite passes (nf-test test main.nf.test -profile test,docker).
This PR addresses the following:
.Rmd
. If the column is missing, plotting is skipped.--changed-since HEAD^
fromci.yml
to ensure.Rmd
file changes are detected, triggering test re-runs. I noticed that since we moved to nf-tests in other PRs these tests are not running due to this line.nf.tests
to useremoveNextflowVersion("$outputDir/pipeline_info/collated_versions.yml")
, now verifying all software versions used in the pipeline.PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).CHANGELOG.md
is updated.