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

Release 1.0.0 #63

Merged
merged 117 commits into from
Oct 17, 2023
Merged

Release 1.0.0 #63

merged 117 commits into from
Oct 17, 2023

Conversation

fbdtemme
Copy link
Collaborator

First release.

@github-actions
Copy link

github-actions bot commented Oct 17, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 3e66dda

+| ✅ 151 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   5 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.0.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: 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 WorkflowMain.groovy: Add Zenodo DOI for pipeline after first release
  • pipeline_todos - TODO string in WorkflowPixelator.groovy: Optionally add in-text citation tools to this list.

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.10
  • Run at 2023-10-17 14:58:23

@fbdtemme fbdtemme requested a review from ewels October 17, 2023 12:13
Copy link
Member

@ewels ewels left a comment

Choose a reason for hiding this comment

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

Let's gooooo!

nextflow.config Outdated Show resolved Hide resolved
Comment on lines 38 to 44
- name: Connect to Github Container Registry
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Copy link
Member

Choose a reason for hiding this comment

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

what's happening there?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

When we were still private this was needed to fetch container images from the Github container registry. This is just to authenticate docker using the default GITHUB_TOKEN so it can pull any private Github container registry image for which we explicitly add access. It is not needed anymore since everything is now public and not hosted on the gh registry anymore. I'll remove it.

Copy link
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

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

LGTM

@fbdtemme fbdtemme merged commit 1cde7e8 into master Oct 17, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants