We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c734a commit 4cd58cfCopy full SHA for 4cd58cf
README.md
@@ -52,6 +52,12 @@ python generate_pipelines.py
52
cd <generated_workflow_dir>
53
bash md_bundle_flux.sh
54
```
55
+**If restart is require**
56
+```bash
57
+First remove ".done" from each system directory to re-run,
58
+find . -maxdepth 2 -type f -name ".done" -regex '\./[0-9]+/\.done' -delete
59
+Re-run, bash md_bundle_flux.sh
60
+```
61
---
62
63
## 📂 Output
0 commit comments