Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 857 Bytes

File metadata and controls

25 lines (18 loc) · 857 Bytes

WG1-nodes

This contains the additional nodes for pyiron_core needed for our workflows.

It is recommend to drop this repository in the pyiron_nodes path with the name IPAM_ECH2025

cd pyiron_core/pyiron_nodes
git clone <repo-path> IPAM_ECH2025

If you want to move nodes here, I suggest you use the helper script (bash) move_node.sh It logs the renames in noderenames.log in the pyiron_nodes directory.

This log (or a similar log) can be used with fix_workflows.sh to rewrite workflow json files that use the old node path.

Both scripts can be run without arguments to get the usage message.

If you cannot run these scripts because you work with non-bash systems, you can try the use the workflow_fixing.replace_in_graph_json node to rewrite the workflows. A workflow to rewrite the json files is in the WG1 workflow repository.