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

Module: ichorcna/run updated to v0.5.0 #2767

Closed
wants to merge 15 commits into from

Conversation

adamrtalbot
Copy link
Contributor

@adamrtalbot adamrtalbot commented Jan 23, 2023

Changes:

  • ichorcna no longer has a CLI, so it has been updated to use native R
  • Some additional parameters have been added
  • Requires scStates option in nextflow.config or it crashes

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 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=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
    • PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
    • PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware

Changes:
 - ichorcna no longer has a CLI, so it has been updated to use native R
 - Some additional parameters have been added
 - Requires scStates option in nextflow.config or it crashes
@adamrtalbot
Copy link
Contributor Author

@nf-core-bot fix linting

@SPPearce
Copy link
Contributor

SPPearce commented Feb 1, 2023

Looks generally good, few minor points.
Is the meta.yml not updated? Presumably that still points at the old broad institute github link.

modules/nf-core/ichorcna/run/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/ichorcna/run/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/ichorcna/run/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/ichorcna/run/main.nf Outdated Show resolved Hide resolved

input:
tuple val(meta), path(wig)
path gc_wig
path map_wig
path panel_of_normals
path normal_wig
path normal_rds
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sold on normal_rds as the name of this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not great, but I'm not sure what else to call it. I need something to distinguish it from a wig file...normal_background?

@adamrtalbot
Copy link
Contributor Author

@nf-core-bot fix linting

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

Nothing for me to do here! 🤷
This is probably because the linting errors come from nf-core lint and have to be fixed manually (or with nf-core lint --fix).

@adamrtalbot
Copy link
Contributor Author

@nf-core-bot fix linting

@SPPearce
Copy link
Contributor

SPPearce commented Oct 2, 2023

Hey @adamrtalbot , shall we get this finished off and merged in?

@adamrtalbot
Copy link
Contributor Author

Hey @adamrtalbot , shall we get this finished off and merged in?

What do we need to do? I need a ✅ review to get this merged.

@adamrtalbot adamrtalbot requested a review from a team as a code owner December 6, 2023 13:57
@adamrtalbot adamrtalbot requested review from edmundmiller and removed request for a team December 6, 2023 13:57
@edmundmiller edmundmiller added the stale Stale label Feb 19, 2024
Copy link
Contributor

@edmundmiller edmundmiller left a comment

Choose a reason for hiding this comment

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

I'll bite. Last Review reminder in Slack for me 😬

@SPPearce
Copy link
Contributor

I have a half-done conversion to nf-test actually

@SPPearce
Copy link
Contributor

SPPearce commented Aug 6, 2024

Superceded by #6079 as I couldn't edit Adam's branch.

@SPPearce SPPearce closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants