This example implements the workflow defined by NFDI4Ing in pyiron_base. More details about the workflow are available in their repository and the corresponding publication.
Content of this repository:
source/envs- separate conda environments forpreprocessing,processingandpostprocessing- copied from BAMresearch/NFDI4IngScientificWorkflowRequirementssource- python scripts and template files for the workflow - copied from BAMresearch/NFDI4IngScientificWorkflowRequirementsapt.txt-libGLandlibeGLhave to be installed viaapt.basic.ipynb- Jupyter notebook using python subprocesses to executed the individual tasks based on the explanation in BAMresearch/NFDI4IngScientificWorkflowRequirementsbasic_variables.ipynb- similar tobasic.ipynbjust using variables to define file names only once.environment.yml- conda environment withpyiron_baseto execute the workflow.example.ipynb- workflow implemented inpyiron_baseusing thecreate_job_class()function.postBuild- currently this example is based on a pre-release version ofpyiron_basewhich is installed using thepostBuildscript.