Skip to content

Commit 0dcf015

Browse files
authored
Merge pull request #16 from s4b7r/allow-non-pmd-workflowenv
Make pyiron& SimStack examples, not obligatory values for workflow environments in meta.json
2 parents 893cf0a + 6f3f6c9 commit 0dcf015

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/detailed_instructions/metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order to register the workflow in the PMD workflow store, the file `meta.json
1313
| Key | Requirement | Description|
1414
|-----|------------|------------|
1515
| title | Mandatory | the Label of the workflow |
16-
| workflow_environment | Mandatory | "pyiron" or "SimStack" |
16+
| workflow_environment | Mandatory | e.g. "pyiron" or "SimStack" |
1717
| description | Mandatory | the description of the workflow |
1818
| keywords | Mandatory | a list of (self-chosen) keywords for the workflow |
1919
| categories | Optional | a list of (self-chosen) categories, e.g., atomistics, continuum, experimental |
@@ -24,7 +24,7 @@ A fully specified `meta.json` has the following format:
2424
```json
2525
{
2626
"title": "Exciting science experiment",
27-
"workflow_environment":"pyiron",
27+
"workflow_environment": "pyiron",
2828
"description": "Code to run new physics",
2929
"keywords": [
3030
"workflow",

docs/pages/user-guide/find-and-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parent: User Guide
1212

1313
## Using the Website
1414
- browse the inventory or use the search feature
15-
- select a workflow you are interested in. *Note that each workflow requires one of the workflow environments supported by the PMD: pyiron or simstack*
15+
- select a workflow you are interested in.
1616
- Click on download. You will recieve a zip-archive. Unpack it to your preferred destination.
1717

1818
## Using the API

0 commit comments

Comments
 (0)