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 #219

Merged
merged 1,193 commits into from
Feb 15, 2024
Merged

Release 1.0 #219

merged 1,193 commits into from
Feb 15, 2024

Conversation

danilodileo
Copy link
Collaborator

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/metatdenovo branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

PR for metatdenovo v1.0 release

Copy link

github-actions bot commented Dec 7, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 3418d1f

+| ✅ 181 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.
  • system_exit - System.exit in NfcoreSchema.groovy: System.exit(1) [line 180]

✅ Tests passed:

Run details

  • nf-core/tools version 2.12.1
  • Run at 2024-02-15 09:51:00

Copy link
Contributor

@d4straub d4straub left a comment

Choose a reason for hiding this comment

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

Got 221/243 files, missing are subworkflows & workflow, might be able to do that tomorrow.
Looks good so far! I think my comments are all not critical. I might have commented what turned out later wasnt relevant, sorry for that.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
assets/samplesheet.csv Outdated Show resolved Hide resolved
modules/local/sum_kofamscan.nf Outdated Show resolved Hide resolved
modules/local/sum_taxonomy.nf Outdated Show resolved Hide resolved
modules/local/sum_taxonomy.nf Outdated Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
@erikrikarddaniel
Copy link
Member

Thanks a bunch for that @d4straub ! Perfect to have something to work on.

Copy link
Contributor

@d4straub d4straub left a comment

Choose a reason for hiding this comment

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

Looks almost good to me.

In hindsight, to me as a reviewer, the biggest problem seems that the test that are existing are not executed using ci.yml.

subworkflows/local/eggnog.nf Outdated Show resolved Hide resolved
subworkflows/local/fastqc_trimgalore.nf Outdated Show resolved Hide resolved
subworkflows/local/fastqc_trimgalore.nf Outdated Show resolved Hide resolved
subworkflows/local/fastqc_trimgalore.nf Show resolved Hide resolved
subworkflows/local/fastqc_trimgalore.nf Outdated Show resolved Hide resolved
workflows/metatdenovo.nf Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
conf/modules.config Outdated Show resolved Hide resolved

This version number will be logged in reports when you run the pipeline, so that you'll know what you used when you look back in the future.
By default, the pipeline uses prodigal (`--orf_caller prodigal` ) to call genes/ORFs from the assembly.
This is suitable for prokaryotes, as is the Prokka alternative (`--orf_caller prokka`).
Copy link
Member

Choose a reason for hiding this comment

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

Hasn't Prokka been succeeded by Bakta now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I didn't hear about it and I was just looking at their documentation. I know prokka can handle metatranscriptome and it looks like bakta is made primarily for MAGs.

docs/usage.md Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
workflows/metatdenovo.nf Outdated Show resolved Hide resolved
workflows/metatdenovo.nf Outdated Show resolved Hide resolved
workflows/metatdenovo.nf Outdated Show resolved Hide resolved
danilodileo and others added 8 commits February 15, 2024 10:13
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
@mahesh-panchal
Copy link
Member

By the way, you can use the files changed tab to add all suggestions to a single commit.

@danilodileo
Copy link
Collaborator Author

By the way, you can use the files changed tab to add all suggestions to a single commit.

ah ok, good to know 😅

@danilodileo danilodileo merged commit 766abe9 into master Feb 15, 2024
24 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