Skip to content
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

Dp24 spelling #45

Merged
merged 21 commits into from
Dec 10, 2024
Merged

Dp24 spelling #45

merged 21 commits into from
Dec 10, 2024

Conversation

DLBPointon
Copy link
Contributor

@DLBPointon DLBPointon commented Dec 5, 2024

Module updates and container changes.

Version upped to V1.1

@DLBPointon DLBPointon self-assigned this Dec 5, 2024
@DLBPointon
Copy link
Contributor Author

Will hopefully solve issues with #42 and #43

Copy link

github-actions bot commented Dec 5, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 3d75460

+| ✅ 122 tests passed       |+
#| ❔  22 tests were ignored |#
!| ❗  10 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: .github/workflows/awstest.yml
  • files_exist - File not found: .github/workflows/awsfulltest.yml
  • nextflow_config - Config manifest.version should end in dev: '1.1.0'
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Include a figure that guides the user through the major workflow steps. Many nf-core
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in WorkflowMain.groovy: Add Zenodo DOI for pipeline after first release
  • schema_lint - Input mimetype is missing or empty

❔ Tests ignored:

  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_exist - File is ignored: assets/nf-core-curationpretext_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-curationpretext_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-curationpretext_logo_dark.png
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/branch.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File does not exist: assets/nf-core-curationpretext_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-curationpretext_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-curationpretext_logo_dark.png
  • files_unchanged - File ignored due to lint config: docs/README.md
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore or pyproject.toml
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/curationpretext/curationpretext/.github/workflows/awstest.yml
  • multiqc_config - 'assets/multiqc_config.yml' not found

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2024-12-09 13:49:34

@DLBPointon
Copy link
Contributor Author

Just remembered that CHANGELOG needs updating. I'll sort that out Monday!

Copy link
Member

@muffato muffato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that:

  • all containers are Anaconda-free
  • no occurrence of defaults & co in the environment.yml files

You also need to update:

  • CITATIONS.md (there's a reference to Anaconda)
  • libs/Utils.groovy (to remove defaults from the channel list)

I've kicked off a test_full run and will check it on Monday, though I'm not sure I can fully assess the outputs make sense

@muffato
Copy link
Member

muffato commented Dec 6, 2024

test_full was actually quick ! The output files are identical 👍🏼

@muffato
Copy link
Member

muffato commented Dec 6, 2024

Ah wait, there are still occurrences of quay.io/sanger-tol/pretext:0.0.2-yy5-c3 (#42) !

modules/local/pretext_graph.nf:    container "quay.io/sanger-tol/pretext:0.0.2-yy5-c3"
modules/nf-core/pretextmap/main.nf:    container "quay.io/sanger-tol/pretext:0.0.2-yy5-c3"
modules/nf-core/pretextmap/pretextmap.diff:+    container "quay.io/sanger-tol/pretext:0.0.2-yy5-c3"

@DLBPointon
Copy link
Contributor Author

Thanks for the review Matthieu, I've now just got to update Changelog. But currently debugging #43 and #44.

@DLBPointon DLBPointon requested a review from muffato December 9, 2024 15:10
@DLBPointon DLBPointon merged commit 3100655 into dev Dec 10, 2024
6 checks passed
@muffato muffato deleted the dp24_spelling branch December 10, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perl version in wrong format Please update Pretext Docker image in nf-core modules
2 participants