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
,processing
andpostprocessing
- copied from BAMresearch/NFDI4IngScientificWorkflowRequirementssource
- python scripts and template files for the workflow - copied from BAMresearch/NFDI4IngScientificWorkflowRequirementsapt.txt
-libGL
andlibeGL
have 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.ipynb
just using variables to define file names only once.environment.yml
- conda environment withpyiron_base
to execute the workflow.example.ipynb
- workflow implemented inpyiron_base
using thecreate_job_class()
function.postBuild
- currently this example is based on a pre-release version ofpyiron_base
which is installed using thepostBuild
script.