Skip to content

Commit

Permalink
Revert back to using <TAG> for run example
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 committed Sep 25, 2024
1 parent 1b1386e commit 03e156f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ NIST,HG002,/path/to/HG002.fastq.gz,FAM1,HG003,HG004,1,2
NIST,HG005,/path/to/HG005.bam,FAM1,HG003,HG004,2,1
```

Supply a reference genome with `--fasta` and choose a matching `--preset` for your data (`revio`, `pacbio`, `ONT_R10`). Now, you can run the pipeline, e.g:
Supply a reference genome with `--fasta` and choose a matching `--preset` for your data (`revio`, `pacbio`, `ONT_R10`). Now, you can run the pipeline using:

```bash
nextflow run genomic-medicine-sweden/nallo -profile YOURPROFILE \
nextflow run genomic-medicine-sweden/nallo \
-profile <docker/singularity/.../institute> \
--input samplesheet.csv \
--preset revio \
--fasta reference.fasta \
--outdir results
--preset <revio/pacbio/ONT_R10> \
--fasta <REFERENCE> \
--outdir <OUTDIR>
```

For more details and further functionality, please refer to the [usage documentation](https://github.com/genomic-medicine-sweden/nallo/blob/dev/docs/usage.md).
Expand Down

0 comments on commit 03e156f

Please sign in to comment.