Skip to content

Commit

Permalink
feat(nf-tencentcloud): first commit of adding nf-tencentcloud plugin
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lalalacampanella committed Sep 4, 2024
1 parent f01bbdd commit 20e972a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3091,5 +3091,24 @@
"sha512sum": "fa67b5fc0a86b1562dbe3c91833077f3a2551fa5ebe6f4e22fefe4179fe0535b14019ae8b7283100415e0eab453cb35eac08f7671e85771b29c9349d8aeba24d"
}
]
},
{
"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"
}
]
}
]

0 comments on commit 20e972a

Please sign in to comment.