Skip to content

Commit

Permalink
Merge pull request #16 from s4b7r/allow-non-pmd-workflowenv
Browse files Browse the repository at this point in the history
Make pyiron& SimStack examples, not obligatory values for workflow environments in meta.json
  • Loading branch information
schaarj authored Jan 29, 2024
2 parents 893cf0a + 6f3f6c9 commit 0dcf015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/detailed_instructions/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In order to register the workflow in the PMD workflow store, the file `meta.json
| Key | Requirement | Description|
|-----|------------|------------|
| title | Mandatory | the Label of the workflow |
| workflow_environment | Mandatory | "pyiron" or "SimStack" |
| workflow_environment | Mandatory | e.g. "pyiron" or "SimStack" |
| description | Mandatory | the description of the workflow |
| keywords | Mandatory | a list of (self-chosen) keywords for the workflow |
| categories | Optional | a list of (self-chosen) categories, e.g., atomistics, continuum, experimental |
Expand All @@ -24,7 +24,7 @@ A fully specified `meta.json` has the following format:
```json
{
"title": "Exciting science experiment",
"workflow_environment":"pyiron",
"workflow_environment": "pyiron",
"description": "Code to run new physics",
"keywords": [
"workflow",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/user-guide/find-and-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parent: User Guide

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

## Using the API
Expand Down

0 comments on commit 0dcf015

Please sign in to comment.