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
To autogenerate a [`POD5.csv`](nf-metatropics/assets/submission/POD5.csv) template, run **`pip install .`** once at the repo root, then **`metatropics-samplesheet pod5 -i .`** from your POD5 directory.
94
+
95
+
### fastq_pass start (on-device basecalled, demultiplex inside the pipeline)
96
+
97
+
Use **[`params_fastq_pass.yaml`](params_fastq_pass.yaml)**.
98
+
99
+
| Setting | Purpose |
100
+
|-----|-------------------|
101
+
|`input`| Copy **[`POD5.csv`](nf-metatropics/assets/submission/POD5.csv)** (same barcode mapping as POD5 mode), edit it, then set `input` to that file’s absolute path. |
102
+
|`input_dir`| Directory with combined basecalled reads (e.g. `fastq_pass`). |
103
+
|`outdir`| Where results are written. |
104
+
|`basecall`| Must be `false` so the pipeline skips Dorado basecalling and only demultiplexes. |
With your `params_fastq.yaml` or `params_POD5.yaml` in place, run from the repository root (swap `-profile docker` for e.g. `-profile singularity`, if needed):
117
+
With your params file in place, run from the repository root (swap `-profile docker` for e.g. `-profile singularity`, if needed):
100
118
101
-
```
119
+
```bash
102
120
nextflow run nf-metatropics/ -profile docker -params-file params_fastq.yaml -resume
0 commit comments