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: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,30 @@ nextflow run nf-core/spatialxe \
69
69
--mode coordinate
70
70
```
71
71
72
+
## Run segfree mode <br>
73
+
74
+
`BAYSOR_SEGFREE`
75
+
76
+
```bash
77
+
nextflow run nf-core/spatialxe \
78
+
-profile <docker/singularity/.../institute> \
79
+
--input samplesheet.csv \
80
+
--outdir <OUTDIR> \
81
+
--mode segfree
82
+
```
83
+
84
+
## Run preview mode <br>
85
+
86
+
`BAYSOR_PREVIEW`
87
+
88
+
```bash
89
+
nextflow run nf-core/spatialxe \
90
+
-profile <docker/singularity/.../institute> \
91
+
--input samplesheet.csv \
92
+
--outdir <OUTDIR> \
93
+
--mode preview
94
+
```
95
+
72
96
> [!WARNING]
73
97
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; see [docs](https://nf-co.re/docs/usage/getting_started/configuration#custom-configuration-files).
0 commit comments