nf-codecommit @ 0.5.2
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 | 11 May 2026 13:32:16 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-codecommit/0.5.2/download/nf-codecommit-0.5.2.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-codecommit/blobs/sha256:37bba7e31f8fde2d727e80e9182c868ec6e17e71be2540881fa3ddcb8aaa30b4 |
| Size | 12.3 MB |
| Checksum | f33a4be76e8fa2c8fd5253dd57cc69546e5c44acd148e7526f038757bcb2a3dcf4c825c2e907bf22c098bbdee2527427f4790f339d2c030c9532fc4beff85500 |
| Total downloads | 1 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 |