Update run.sh

This commit is contained in:
Tim O'Donnell
2025-12-15 12:50:02 -05:00
committed by GitHub
parent 4cb93aabfd
commit f3392feefd

View File

@@ -34,7 +34,7 @@ if [[ "$MODE" == "submit" ]]; then
elif [[ "$MODE" == "process" ]]; then
boltzgen merge "$OUT"/task-* --output "$MERGED_OUT"
boltzgen run "$DESIGN_SPEC" --steps filtering --output "$MERGED_OUT"
boltzgen run "$DESIGN_SPEC" --steps filtering --protocol protein-anything --output "$MERGED_OUT"
else
echo "Usage: $0 {submit|process}"