Add descriptions to plugin MANIFEST.MF files#6348
Merged
pditommaso merged 1 commit intomasterfrom Aug 19, 2025
Merged
Conversation
Added Plugin-Description field to all 9 Nextflow plugin MANIFEST.MF files to document the features and capabilities each plugin provides: - nf-amazon: AWS cloud integration with Batch executor and S3 file system - nf-azure: Azure cloud execution with Batch service and Blob storage - nf-codecommit: AWS CodeCommit repository integration - nf-cloudcache: Cloud-based caching system for performance optimization - nf-console: Interactive console and GUI interface for development - nf-google: Google Cloud Platform execution with Batch service - nf-k8s: Native Kubernetes execution with pod management - nf-tower: Seqera Platform integration for workflow monitoring - nf-wave: Dynamic container building and augmentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for nextflow-docs-staging canceled.
|
bentsherman
approved these changes
Aug 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added Plugin-Description field to all 9 Nextflow plugin MANIFEST.MF files to document the features and capabilities each plugin provides.
Changes
Test plan
🤖 Generated with Claude Code