×

nf-codecommit @ 0.5.1

Provider: nextflow-io
Claimed: 14 Sep 2025 20:01:41 (UTC)
Description: The AWS CodeCommit plugin integrates Nextflow with AWS CodeCommit repositories, allowing users to pull and execute pipeline scripts directly from CodeCommit using simple URL syntax and AWS credentials. It solves the problem of managing Nextflow pipelines stored in AWS by enabling seamless authentication and repository access. Teams using AWS infrastructure and storing their pipelines in CodeCommit would benefit from this plugin for streamlined pipeline execution.
Latest version: 0.5.2
Total downloads: 26.3K 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 26 Mar 2026 20:13:16 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-codecommit/0.5.1/download/nf-codecommit-0.5.1.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-codecommit/blobs/sha256:7229fc71a29803f49022f69f003d75da854b6976ab88bc43d94ca5ee89ae5266
Size 12.2 MB
Checksum 86d77f004cc833aea70ded74c57838436e629d324751aa1dd9ea75f93c49ce31c9382abccbe2dbc1a9f5a2b7f43ee0dad4cfa5643f074128301372c063bcd7e3
Total downloads 2 View trends
Security Scan
Version Nextflow version Date Status Downloads
0.5.2 >=25.09.0-edge 11 May 2026 13:32:16 (UTC) 1
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) 228
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.4K
0.2.1 >=24.01.0-edge 01 Aug 2024 08:45:13 (UTC) 753
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.2K
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