Skip to content

Commit 21ce1ff

Browse files
authored
Update README.md
1 parent 8cf1102 commit 21ce1ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The command for running SqueezeMeta has the following syntax:
128128
* *-f*|*-seq* \<path\>: Fastq read files' directory (REQUIRED)
129129

130130
*Restarting*
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)
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)
132132
* *-step* [int]: In combination with _--restart_, restarts the project starting in the given step number (combine with --force_overwrite to regenerate results)
133133
* *--force_overwrite*: Do not check for previous results, and overwrite existing ones
134134

@@ -217,10 +217,10 @@ Alternatively, the run can be restarted from a specific step by issuing the comm
217217

218218
`SqueezeMeta.pl -p <projectname> --restart -step <step_to_restart_from>`
219219

220-
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-
222220
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`.
223221

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+
224224
### Running scripts
225225
Also, any individual script of the pipeline can be run using the same syntax:
226226

0 commit comments

Comments
 (0)