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

v1.0.0 release #18

Merged
merged 26 commits into from
Dec 19, 2023
Merged

v1.0.0 release #18

merged 26 commits into from
Dec 19, 2023

Conversation

cmatKhan
Copy link
Collaborator

addressing @FriederikeHanssen's review requests; updating all modules to nf-core modules current state

Copy link

github-actions bot commented Nov 28, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 6b84ccb

+| ✅ 161 tests passed       |+
!| ❗   4 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

✅ Tests passed:

Run details

  • nf-core/tools version 2.11
  • Run at 2023-12-19 19:28:37

Copy link

@alyssa-ab alyssa-ab left a comment

Choose a reason for hiding this comment

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

Files changed on this PR look good. The only issue I see is that the callingcards.nf workflow still has the INPUT_CHECK subworkflow and the related components are floating around in your repository. (callingcards_mammals.nf does have nf-validation, so that workflow is good)

CHANGELOG.md Outdated Show resolved Hide resolved
assets/multiqc_config.yml Outdated Show resolved Hide resolved
bin/check_samplesheet.py Outdated Show resolved Hide resolved
modules/local/samplesheet_check.nf Outdated Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
subworkflows/local/align.nf Outdated Show resolved Hide resolved
workflows/callingcards.nf Outdated Show resolved Hide resolved
workflows/callingcards.nf Outdated Show resolved Hide resolved
@cmatKhan cmatKhan changed the title v1.1.0 v1.0.0dev Nov 29, 2023
@cmatKhan cmatKhan changed the title v1.0.0dev v1.0.0 release Nov 29, 2023
Copy link

@alyssa-ab alyssa-ab left a comment

Choose a reason for hiding this comment

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

LGTM!

@cmatKhan
Copy link
Collaborator Author

cmatKhan commented Nov 29, 2023

the latest-everything CI check transiently fails. I have been unable to re-create this error on my local slurm cluster

@@ -1,3 +1,4 @@
name: callingcardstools

Choose a reason for hiding this comment

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

shouldn't it be the name of the module here rather than the pipeline?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was per @maxulysse . From him, my understanding that is the name of the environment. Since I am using the same environment for all of the callingcardstools modules, by using the same name in each, it means that if the env exists it won't be downloaded again by a subsequent module.

Choose a reason for hiding this comment

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

if @maxulysse says so I'm ok with that

@cmatKhan cmatKhan merged commit 2fad5c2 into master Dec 19, 2023
13 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.

4 participants