-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsingularityce.json
More file actions
33 lines (33 loc) · 1.16 KB
/
singularityce.json
File metadata and controls
33 lines (33 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/singularityce",
"@type": "schema:SoftwareApplication",
"name": "SingularityCE",
"description": "Container platform designed for high-performance computing environments that provides secure, portable, and reproducible containers for scientific computing workflows, enabling research software deployment across different HPC systems.",
"url": "https://sylabs.io/singularity/",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:compatibility", "@type": "@id" },
{ "@id": "dim:flexibility", "@type": "@id" }
],
"howToUse": ["command-line"],
"license": "https://spdx.org/licenses/BSD-3-Clause",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
"@type": "@id"
}
]
}