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.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,12 @@ The reference metadata TSV or the sample metadata TSV can have the following col
99
99
The typical command for running the pipeline is as follows:
100
100
101
101
```bash
102
-
nextflow run nf-core/pathogensurveillance -profile <REPLACE WITH RUN TOOL> -resume --input <REPLACE WITH TSV/CSV> --outdir <REPLACE WITH OUTPUT PATH>
102
+
nextflow run nf-core/pathogensurveillance -profile <REPLACE WITH PACKAGE MANAGER> -resume --input <REPLACE WITH TSV/CSV> --outdir <REPLACE WITH OUTPUT PATH>
103
103
```
104
104
105
105
Where:
106
106
107
-
-`<REPLACE WITH RUN TOOL>` is one of docker, singularity, podman, shifter, charliecloud, or conda
107
+
-`<REPLACE WITH PACKAGE MANAGER>` is one of docker, singularity, podman, shifter, charliecloud, or conda
108
108
-`<REPLACE WITH TSV/CSV>` is the path to the input samplesheet
109
109
-`<REPLACE WITH OUTPUT PATH>` is the path to where to save the output
0 commit comments