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

Deepcell - Mesmer segmentation for tissues #3187

Merged
merged 20 commits into from
Mar 31, 2023

Conversation

migueLib
Copy link
Contributor

@migueLib migueLib commented Mar 28, 2023

PR checklist

Closes #3076

  • 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

@migueLib
Copy link
Contributor Author

migueLib commented Mar 28, 2023

We don't have test data on the nf-core/test-datasets so far. Waiting on PR nf-core/test-datasets#827 to merge.

@migueLib
Copy link
Contributor Author

Test data can be found in:
https://www.synapse.org/#!Synapse:syn51239287

@migueLib migueLib added the new module Adding a new module label Mar 29, 2023
@migueLib migueLib enabled auto-merge March 29, 2023 15:33
@migueLib migueLib disabled auto-merge March 29, 2023 15:56
@migueLib
Copy link
Contributor Author

@nf-core-bot fix linting pretty please

modules/nf-core/deepcell/mesmer/main.nf Outdated Show resolved Hide resolved
modules/nf-core/deepcell/mesmer/main.nf Outdated Show resolved Hide resolved
modules/nf-core/deepcell/mesmer/main.nf Show resolved Hide resolved
modules/nf-core/deepcell/mesmer/meta.yml Outdated Show resolved Hide resolved
tests/modules/nf-core/deepcell/mesmer/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/deepcell/mesmer/main.nf Outdated Show resolved Hide resolved
tests/modules/nf-core/deepcell/mesmer/nextflow.config Outdated Show resolved Hide resolved
tests/modules/nf-core/deepcell/mesmer/test.yml Outdated Show resolved Hide resolved
@FloWuenne
Copy link
Contributor

@nf-core-bot fix linting pretty please 🙏

Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
@FloWuenne FloWuenne added this pull request to the merge queue Mar 31, 2023
Merged via the queue into nf-core:master with commit c0c79f6 Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new module: DEEPCELL/MESMER_WHOLE_CELL
5 participants