×

nf-codecommit @ 0.5.3

Provider: nextflow-io
Claimed: 14 Sep 2025 20:01:41 (UTC)
Description: The AWS CodeCommit plugin integrates Nextflow with AWS CodeCommit repositories, enabling users to directly pull and execute pipeline scripts from CodeCommit using the `codecommit://` URL scheme. It automatically handles authentication using AWS credentials and supports specifying branches, tags, and AWS regions. This plugin is useful for teams leveraging AWS for version control who want to streamline pipeline execution and management.
Latest version: 0.6.0
Total downloads: 26.7K View trends

Summary

The AWS CodeCommit plugin provides integration with AWS CodeCommit. It enables Nextflow to pull pipeline scripts directly from CodeCommit repositories.

Get Started

To use this plugin, add it to your nextflow.config:

plugins {
    id 'nf-codecommit'
}

The plugin enables Nextflow to recognize CodeCommit repository URLs and authenticate using your AWS credentials.

Run a pipeline directly from CodeCommit:

nextflow run codecommit://my-repo/main.nf

Examples

Running a Pipeline from CodeCommit

nextflow run codecommit://my-pipeline-repo/main.nf

Specifying a Branch or Tag

nextflow run codecommit://my-pipeline-repo/main.nf -r develop

Using a Specific AWS Region

nextflow run codecommit://my-pipeline-repo/main.nf -hub codecommit -hub-opts region=eu-west-1

Configuration with AWS Region

plugins {
    id 'nf-codecommit'
}

aws {
    region = 'us-east-1'
}

Using AWS Profiles

Set the AWS profile via environment variable:

export AWS_PROFILE=my-profile
nextflow run codecommit://my-repo/main.nf

License

Apache License 2.0

Nextflow version >=25.09.0-edge
Depends On -
Release Date 17 Jun 2026 16:34:18 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-codecommit/0.5.3/download/nf-codecommit-0.5.3.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-codecommit/blobs/sha256:5be6a5c520fda20f733c3dd0930422d1136f321024b9468e44a0ef6e9740697c
Size 13.0 MB
Checksum 81b1e9d45148d4a060c9db41069b672582064c62c7d7cfbda0eca9d8772d7096cc94a71fb1f2bc702aa560883a9c4a54c93735bd5d46d9a186a7f794d8e81ebc
Total downloads 0 View trends
Security Scan
Version Nextflow version Date Status Downloads
0.6.0 >=25.09.0-edge 19 Jun 2026 08:17:40 (UTC) 0
0.5.3 >=25.09.0-edge 17 Jun 2026 16:34:18 (UTC) 0
0.5.2 >=25.09.0-edge 11 May 2026 13:32:16 (UTC) 3
0.5.1 >=25.09.0-edge 26 Mar 2026 20:13:16 (UTC) 2
0.5.0 >=25.09.0-edge 08 Oct 2025 18:21:50 (UTC) 251
0.4.0 >=25.08.0-edge 14 Sep 2025 20:20:47 (UTC) 6
0.3.0 >=25.07.0-edge 15 Aug 2025 14:36:15 (UTC) 40
0.2.3 >=24.04.4 20 Jan 2025 16:14:55 (UTC) 133
0.2.2 >=24.04.4 05 Aug 2024 21:15:43 (UTC) 3.5K
0.2.1 >=24.01.0-edge 01 Aug 2024 08:45:13 (UTC) 833
0.1.5-patch2 >=23.10.2 30 Jul 2024 20:07:44 (UTC) 203
0.1.5-patch1 >=23.10.2 28 May 2024 14:09:57 (UTC) 219
0.2.0 >=24.01.0-edge 05 Feb 2024 23:26:44 (UTC) 269
0.1.6 >=23.11.0-edge 24 Nov 2023 21:39:43 (UTC) 249
0.1.5 >=22.06.1-edge 15 May 2023 03:55:20 (UTC) 5.5K
0.1.4 >=22.06.1-edge 15 Apr 2023 06:23:31 (UTC) 7.4K
0.1.3 >=22.06.1-edge 14 Jan 2023 17:46:12 (UTC) 1.0K
0.1.2 >=22.06.1-edge 17 Jun 2022 13:07:20 (UTC) 6.7K
0.1.0 >=22.06.0-edge 09 Jun 2022 15:27:03 (UTC) 336