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

Try to fix RRA #214

Merged
merged 12 commits into from
Nov 8, 2024
Merged

Try to fix RRA #214

merged 12 commits into from
Nov 8, 2024

Conversation

LaurenceKuhl
Copy link
Contributor

@LaurenceKuhl LaurenceKuhl commented Oct 29, 2024

This PR is to add singularity and docker tests to our pipeline and also fix certain issues users were experience when running hte pipeline with docker or singularity, especially with the MAGECKFlute package

Copy link

github-actions bot commented Oct 29, 2024

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 957b5f2

+| ✅ 240 tests passed       |+
#| ❔   3 tests were ignored |#
!| ❗   6 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 2.3.0
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!
  • 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 preferred methods description, e.g. add publication citation for this pipeline

❔ Tests ignored:

  • files_exist - File is ignored: conf/test.config
  • files_exist - File is ignored: conf/test_full.config
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md

✅ Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-11-08 09:22:51

@@ -41,7 +41,7 @@ jobs:
- "test_umis"
- "test_screening_count_table"
isMaster:
- ${{ github.base_ref == 'master' }}
- true
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure you want this to always run? That seems sort of overkill in terms of the polarbears (this would be every single CI run you will run 3 profiles x 6 tests x 2 nextflow version everytime...?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no you're right i think we wanted to just run it for this PR, let me modify it

Copy link
Member

Choose a reason for hiding this comment

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

I would suggest to test singularity manually by opening a draft PR against master (just don't merge it)

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@LaurenceKuhl LaurenceKuhl merged commit be6922e into nf-core:dev Nov 8, 2024
16 checks passed
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.

5 participants