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
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
If the app hangs, a work around is to enter the container and run the workflow.
e.g., docker run --rm -it -v $PWD/input:/opt/kpi/raw -v $PWD/output:/opt/kpi/output/ droeatumn/kpi:latest /bin/bash
Then
cd /opt/kpi/raw
./main.nf --id <id>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the app hangs, a work around is to enter the container and run the workflow.
e.g.,
docker run --rm -it -v $PWD/input:/opt/kpi/raw -v $PWD/output:/opt/kpi/output/ droeatumn/kpi:latest /bin/bash
Then
The text was updated successfully, but these errors were encountered: