Skip to content

Commit

Permalink
Fix typo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Jul 23, 2024
1 parent 8866f75 commit 492f844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/screening.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The **nf-core/crisprseq** pipeline allows the analysis of CRISPR edited CRISPR p
The typical command for running the pipeline is as follows:

```bash
nextflow run nf-core/crisprseq --analysis screening --input samplesheet.csv --library library.csv --outdir <OUTDIR> -profile docker
nextflow run nf-core/crisprseq --analysis screening --input samplesheet.csv --library library.tsv --outdir <OUTDIR> -profile docker
```

The following required parameters are here described.
Expand Down

0 comments on commit 492f844

Please sign in to comment.