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

Add cd-hit module #2676

Merged
merged 31 commits into from
Dec 20, 2022
Merged

Add cd-hit module #2676

merged 31 commits into from
Dec 20, 2022

Conversation

timslittle
Copy link
Contributor

@timslittle timslittle commented Dec 16, 2022

PR checklist

Closes #2665

  • 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 module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware

@muffato muffato self-requested a review December 18, 2022 23:53
modules/nf-core/cdhit/cdhit/meta.yml Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
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.

Thanks ! A few changes, and I think it'll be all good

modules/nf-core/cdhit/cdhit/meta.yml Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/meta.yml Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/meta.yml Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
timslittle and others added 3 commits December 19, 2022 16:42
Co-authored-by: Matthieu Muffato <[email protected]>
Change name of cluster output in yaml

Co-authored-by: Matthieu Muffato <[email protected]>
Remove superfluous parameter arguments

Co-authored-by: Matthieu Muffato <[email protected]>
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
@timslittle
Copy link
Contributor Author

Thank you @muffato :)

@muffato
Copy link
Member

muffato commented Dec 19, 2022

Slowly getting there 😅 . I just found what the last error is. Will post soon

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.

🤞🏼 the last batch of changes

modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
tests/config/pytest_modules.yml Outdated Show resolved Hide resolved
modules/nf-core/cdhit/cdhit/main.nf Outdated Show resolved Hide resolved
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.

All CI tests now pass except the linting, which flagged this inconsistency

modules/nf-core/cdhit/cdhit/meta.yml Outdated Show resolved Hide resolved
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.

That's it ! 🎉

@timslittle timslittle merged commit 4a29d43 into nf-core:master Dec 20, 2022
@timslittle timslittle deleted the cdhitest branch December 20, 2022 22:28
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.

new module: cdhit
2 participants