From e6ef24acc8b9d5a2af846754b1a62737bbec4127 Mon Sep 17 00:00:00 2001 From: mazeppafan Date: Fri, 6 Sep 2024 18:21:42 +0800 Subject: [PATCH] feat(nf-tencentcloud): first commit of adding nf-tencentcloud plugin (#91) nf-tencentcloud is a nextflow plugin designed to add Tencent Cloud Object storage and Tencent Healthcare Omics Platform executor adaptation support to the nextflow workflow engine. Its design goal is to extend Tencent Cloud's native support for Nextflow workflows, allowing users to run Nextflow workflows using Tencent Cloud resources in a simple and easy-to-use manner. --- plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/plugins.json b/plugins.json index e14511d..2d49c03 100644 --- a/plugins.json +++ b/plugins.json @@ -3119,5 +3119,24 @@ "requires": ">=24.04.0" } ] + }, + { + "id": "nf-tencentcloud", + "releases": [ + { + "version": "1.0.0", + "date": "2024-09-04T11:56:33.481+08:00", + "url": "https://github.com/Tencent/nf-tencentcloud/releases/download/1.0.0/nf-tencentcloud-1.0.0.zip", + "requires": ">=22.10.7", + "sha512sum": "3bc8be7d4ad0fbfee70b7857b0d59df98a66b96cdbe6eca3625170a0015c359e36b4f6e10181aa732c21de8053e8623d0e673b7b0c14eef3d9a1996abd73e50d" + }, + { + "version": "2.0.0", + "date": "2024-09-04T11:57:02.169+08:00", + "url": "https://github.com/Tencent/nf-tencentcloud/releases/download/2.0.0/nf-tencentcloud-2.0.0.zip", + "requires": ">=23.10.1", + "sha512sum": "dad781e01ee2f5e71a53eb3c1b6ee38e1aece818861db3687e16a56a5148c7de4392360db7a03caf8775c1207e416f95eec0fd7f8e5665f52ef386bc20167bfb" + } + ] } ]