Skip to content

Conversation

mathdugre
Copy link
Collaborator

@mathdugre mathdugre commented May 15, 2025

Changes proposed in this pull request:

  • Create a template pipeline bundle to facilitate pipeline development.
  • Allow bundle to be create from an existing boutiques descriptor.

Checklist (for reviewers)

This section is for the PR reviewer

  • PR has an interpretable title with a prefix (e.g. [BUG], [DOC], [ENH], [MAINT])
    Refer to NumPy Development Guide for a full list
  • PR links to GitHub issue with mention Closes #XXXX
  • Tests pass
  • Checks pass

For new features:

  • Tests have been added

For bug fixes:

  • There is at least one test that would fail under the original bug conditions

📚 Documentation preview 📚: https://nipoppy--636.org.readthedocs.build/en/636/

@github-actions github-actions bot added the T.1 - Enhancement New feature or request label May 15, 2025
Copy link

codecov bot commented May 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
nipoppy/cli.py 100.00% <100.00%> (ø)
nipoppy/utils.py 98.76% <100.00%> (+<0.01%) ⬆️
nipoppy/workflows/pipeline_store/create.py 100.00% <100.00%> (ø)

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mathdugre mathdugre marked this pull request as ready for review May 16, 2025 02:12
@mathdugre mathdugre requested a review from michellewang May 16, 2025 02:12
@nipoppy-bot nipoppy-bot bot moved this to Pending review in Software May 16, 2025
@nipoppy-bot nipoppy-bot bot added this to Software May 16, 2025
@github-project-automation github-project-automation bot moved this from Pending review to Reviewed in Software May 16, 2025
mathdugre and others added 2 commits May 20, 2025 09:22
Co-authored-by: Michelle Wang <tomichellewang@gmail.com>
Co-authored-by: Michelle Wang <tomichellewang@gmail.com>
@mathdugre mathdugre requested a review from michellewang May 21, 2025 18:19
@nipoppy-bot nipoppy-bot bot moved this from Reviewed to Pending review in Software May 21, 2025
@github-project-automation github-project-automation bot moved this from Pending review to Reviewed in Software May 21, 2025
mathdugre and others added 2 commits May 21, 2025 15:52
Copy link
Collaborator

@michellewang michellewang left a comment

Choose a reason for hiding this comment

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

🧑‍🍳

@github-project-automation github-project-automation bot moved this from Reviewed to Approved in Software May 22, 2025
@mathdugre mathdugre merged commit d5df3fa into nipoppy:main May 22, 2025
10 checks passed
@mathdugre mathdugre deleted the enh/pipeline-create branch May 22, 2025 12:49
@nipoppy-bot nipoppy-bot bot moved this from Approved to Done in Software May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T.1 - Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[ENH] Implement nipoppy pipeline create [ENH] Add nipoppy pipeline subcommands
2 participants