Skip to content

Commit d558ee3

Browse files
pditommasoclaude
andauthored
Add descriptions to plugin MANIFEST.MF files (#6348) [ci fast]
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 <[email protected]>
1 parent f5e23e7 commit d558ee3

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-amazon
44
Plugin-Version: 3.1.0
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Provides comprehensive AWS cloud integration including Batch executor, S3 file system, and Fusion support for high-performance data operations

plugins/nf-azure/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-azure
44
Plugin-Version: 1.19.0
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Enables Azure cloud execution through Batch service with native Blob storage access and comprehensive authentication options

plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-cloudcache
44
Plugin-Version: 0.4.3
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=24.04.4
7+
Plugin-Description: Implements cloud-based caching system to optimize workflow performance by reducing redundant computations and data transfers

plugins/nf-codecommit/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-codecommit
44
Plugin-Version: 0.3.0
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Provides seamless integration with AWS CodeCommit repositories for workflow source code management and version control

plugins/nf-console/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-console
44
Plugin-Version: 1.2.1
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.02.2-edge
7+
Plugin-Description: Provides an interactive console and GUI interface for interactive Nextflow development, testing, and workflow exploration

plugins/nf-google/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-google
44
Plugin-Version: 1.22.2
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Enables Google Cloud Platform execution through Batch service with native Cloud Storage access and intelligent machine type selection

plugins/nf-k8s/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-k8s
44
Plugin-Version: 1.1.1
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Provides native Kubernetes execution capability with advanced pod management, volume mounting, and resource allocation features

plugins/nf-tower/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-tower
44
Plugin-Version: 1.14.0
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Integrates with Seqera Platform for comprehensive workflow monitoring, resource tracking, and cache management capabilities

plugins/nf-wave/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Plugin-Id: nf-wave
44
Plugin-Version: 1.14.1
55
Plugin-Provider: Seqera Labs
66
Plugin-Requires: >=25.07.0-edge
7+
Plugin-Description: Provides dynamic container building and augmentation capabilities with on-demand software installation and advanced container management features

0 commit comments

Comments
 (0)