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
Copy file name to clipboardExpand all lines: docs/usage/run.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Setting up the metavirs pipeline is fast and easy! In its most basic form, <code
9
9
10
10
## 2. Synopsis
11
11
```text
12
-
$ metavirs run [--help] [--aggregate] \
12
+
$ metavirs run [--help] [--aggregate] [--length-filter LENGTH_FILTER] \
13
13
[--mode <slurm,local>] [--job-name JOB_NAME] \
14
14
[--dry-run] [--silent] [--sif-cache SIF_CACHE] \
15
15
[--singularity-cache SINGULARITY_CACHE] \
@@ -58,6 +58,16 @@ Each of the following arguments are optional, and do not need to be provided.
58
58
>
59
59
> ***Example:***`--aggregate`
60
60
61
+
---
62
+
`--length-filter LENGTH_FILTER`
63
+
> **Filter contigs by total length (bp).**
64
+
> *type: integer*
65
+
> *default: 500*
66
+
>
67
+
> The contig length filter is used to remove any annotated contigs less than this threshold. Annotating small contigs can lead to lower-confidence classifications. This filter is only applied to metaspades contigs.
68
+
>
69
+
> ***Example:***`--length-filter 750`
70
+
61
71
### 2.3 Orchestration options
62
72
63
73
Each of the following arguments are optional, and do not need to be provided.
@@ -136,7 +146,7 @@ Each of the following arguments are optional, and do not need to be provided.
136
146
---
137
147
`--threads THREADS`
138
148
> **Max number of threads for each process.**
139
-
> *type: int*
149
+
> *type: integer*
140
150
> *default: 2*
141
151
>
142
152
> Max number of threads for each process. This option is more applicable when running the pipeline with `--mode local`. It is recommended setting this vaule to the maximum number of CPUs available on the host machine.
0 commit comments