diff --git a/eln2rdf.xml b/eln2rdf.xml new file mode 100644 index 0000000..73d2e62 --- /dev/null +++ b/eln2rdf.xml @@ -0,0 +1,58 @@ + + + + J. Kryeziu + + + J. Schaarschmidt + + + + This is a SimStack WaNo for the Eln-to-rdf converter. + + + ElnToRdf + + + + ELN zip file + Config YML file + + False + + Plot path + + + + + + eln2rdf.py + + + + + NANOVER=V4 + CONFIG_PATH=$NANOMATCH/$NANOVER/configs/eln.config + if [ -e $CONFIG_PATH ]; then + echo "loading config from $CONFIG_PATH" + source $CONFIG_PATH + else + echo "loading eln enviroment directly" + simstack_server_mamba_source + conda activate eln + fi + python eln2rdf.py i_eln.zip --keymap config.yml --output output.ttl \ + {% if wano["plot-boolean"] %} --plot {{ wano["plot_path"] }} {% endif %} + + + + + + + output.ttl + + + +