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
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:
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: