Skip to content
Snippets Groups Projects
Commit cd56a2ae authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

reduce logging of zipping

parent a204d6dd
No related branches found
No related tags found
1 merge request!1Merge GitHub's state
......@@ -157,7 +157,7 @@ save_workspaces() {
# $2: $DIR_NAME
# $3: $WORKFLOW
echo "Zipping workspace $1"
ocrd zip bag -d "$DIR_NAME"/data/* -i "$DIR_NAME"/data/* "$DIR_NAME"
ocrd -l ERROR zip bag -d "$DIR_NAME"/data/* -i "$DIR_NAME"/data/* "$DIR_NAME"
WORKFLOW_NAME=$(basename -s .txt.nf "$3")
mv "$WORKSPACE_DIR"/"$2".zip "$WORKFLOW_DIR"/results/"$2"_"$WORKFLOW_NAME".zip
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment