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
…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.
  • Loading branch information
lalalacampanella authored Sep 6, 2024
1 parent bdea0b9 commit e6ef24a
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 @@ -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"
}
]
}
]

0 comments on commit e6ef24a

Please sign in to comment.