Skip to content

Commit

Permalink
Update Running-the-Pipeline.md
Browse files Browse the repository at this point in the history
add new parameters
  • Loading branch information
jiyue1214 authored Oct 29, 2024
1 parent 881609f commit 95549a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tutorials/Running-the-Pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Parameters Explained:
| `--chrom` | Runs the pipeline for a specific chromosome. |
| `--chromlist` | Runs the pipeline for multiple chromosomes. |
| `--to_build` | Specifies the target genome build; the default value is "38" (GRCh38). |
| `--threshold` | Defines the threshold for strand consensus. Default value is 0.99. For all variants, if either the forward ratio or reverse ratio exceeds **0.99**, palindromic variants will be evaluated as forward (or reverse). |
| `--threshold` | Defines the threshold for strand consensus. The default value is 0.99. For all variants, if either the forward ratio or reverse ratio exceeds **0.99**, palindromic variants will be evaluated as forward (or reverse). |
| `--terminate_error` | The default error strategy is set to ignore, as the X, Y, and MT chromosomes are often missing if you set running all chromosomes. Alternatively, you can configure the pipeline to terminate immediately if an error occurs. |
| `-profile` | Instructs Nextflow to run the pipeline in a cluster environment using Singularity. |

The pipeline also supports other [Nextflow CLI options](https://www.nextflow.io/docs/latest/reference/cli.html), such as:
* `-resume`: Executes the script using cached results, allowing you to continue from where the previous execution stopped (e.g., after an error).
* `-with-trace`: Generates a workflow execution trace file for tracking pipeline performance.
Expand Down

0 comments on commit 95549a1

Please sign in to comment.