mirror of
https://github.com/HannesStark/boltzgen.git
synced 2026-06-04 11:54:23 +08:00
Update run.sh
This commit is contained in:
@@ -34,7 +34,7 @@ if [[ "$MODE" == "submit" ]]; then
|
|||||||
elif [[ "$MODE" == "process" ]]; then
|
elif [[ "$MODE" == "process" ]]; then
|
||||||
|
|
||||||
boltzgen merge "$OUT"/task-* --output "$MERGED_OUT"
|
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
|
else
|
||||||
echo "Usage: $0 {submit|process}"
|
echo "Usage: $0 {submit|process}"
|
||||||
|
|||||||
Reference in New Issue
Block a user