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
**--restart: Restarts the given project where it stopped (project must be speciefied with -p option) (will NOT overwite previous results, unless --force-overwrite is also provided)
131
+
**--restart*: Restarts the given project where it stopped (project must be speciefied with -p option) (will NOT overwite previous results, unless --force-overwrite is also provided)
132
132
**-step*[int]: In combination with _--restart_, restarts the project starting in the given step number (combine with --force_overwrite to regenerate results)
133
133
**--force_overwrite*: Do not check for previous results, and overwrite existing ones
134
134
@@ -217,10 +217,10 @@ Alternatively, the run can be restarted from a specific step by issuing the comm
e.g. `restart.pl <projectname> -step 6` would restart the pipeline from the taxonomic assignment of genes. The different steps of the pipeline are listed in section 1.
221
-
222
220
By default, already completed steps will not be repeated when restarting, even if requested with `-step`. In order to repeat already completed steps you must also provide the flag `--force-overwrite`.
223
221
222
+
e.g. `SqueezeMeta.pl --restart -p <projectname> -step 6 --force-overwrite` would restart the pipeline from the taxonomic assignment of genes. The different steps of the pipeline are listed in section 1.
223
+
224
224
### Running scripts
225
225
Also, any individual script of the pipeline can be run using the same syntax:
0 commit comments