nf-codecommit @ 0.6.0
nf-codecommit
This plugin provides integration with AWS CodeCommit, enabling 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
Resources
License
| Nextflow version | >=25.09.0-edge |
|---|---|
| Depends On | - |
| Release Date | 13 Dec 2025 12:58:39 (UTC) |
| Release Notes | - |
| Download URL | https://registry-dev.nextflow.io/api/v1/plugins/nf-codecommit/0.6.0/download/nf-codecommit-0.6.0.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-dev/nf-codecommit/blobs/sha256:b37b06ac4e670343368a156616ea8e57c3ee96d86f72579914ca2cb0d3cf9871 |
| Size | 12.2 MB |
| Checksum | 40dee2cbefed1dc874ec385fcd24ed4ec9f64c132d31c31b556fbe0a744ddd4b39232a159a2e61f1004bb7c301242e1e1d21492090e1111e34b28c9c115a8cca |
| Total downloads | 2 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 0.6.0 | >=25.09.0-edge | 13 Dec 2025 12:58:39 (UTC) | 2 | |
| 0.5.0 | >=25.09.0-edge | 08 Oct 2025 18:16:33 (UTC) | 2 | |
| 0.4.0 | >=25.08.0-edge | 14 Sep 2025 19:39:30 (UTC) | 2 | |
| 0.3.0 | >=25.07.0-edge | 15 Aug 2025 14:36:15 (UTC) | 10 | |
| 0.2.3 | >=24.04.4 | 20 Jan 2025 16:14:55 (UTC) | 130 | |
| 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) | 868 | |
| 0.1.5-patch2 | >=23.10.2 | 30 Jul 2024 20:07:44 (UTC) | 199 | |
| 0.1.5-patch1 | >=23.10.2 | 28 May 2024 14:09:57 (UTC) | 214 | |
| 0.2.0 | >=24.01.0-edge | 05 Feb 2024 23:26:44 (UTC) | 265 | |
| 0.1.6 | >=23.11.0-edge | 24 Nov 2023 21:39:43 (UTC) | 245 | |
| 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) | 326 |