You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Next command should be used if you used podman to build the local image
123
123
podman save -o wfexs-backend-${WFEXS_VER}.tar inab/wfexs-backend:${WFEXS_VER}
@@ -200,6 +200,10 @@ There are additional software dependencies beyond core ones. Depending on the lo
200
200
201
201
*[git](https://git-scm.com/) is used to fetch workflows from git repositories.
202
202
203
+
*[libmagic.so] dynamic library is needed by [python-magic](https://pypi.org/project/python-magic/) package.
204
+
205
+
*[dot] command (from [GraphViz](https://graphviz.org)) is needed to generate a graphical representation of workflows on Workflow Run RO-Crate generation.
206
+
203
207
*[gocryptfs](https://nuetzlich.net/gocryptfs/) can be used for the feature of secure intermediate results. It has been tested since version v2.0-beta2 ([releases](https://github.com/rfjakob/gocryptfs/releases) provide static binaries).
204
208
205
209
*[java](https://openjdk.java.net/): Needed to run Nextflow. Supported Java versions go from version 8 to any version below 15 (Nextflow does not support this last one). Both OpenJDK and Sun implementations should work.
0 commit comments