Skip to content

Commit

Permalink
Merge pull request #177 from LaurenceKuhl/dev
Browse files Browse the repository at this point in the history
Update changelog with the correct release github link
  • Loading branch information
LaurenceKuhl authored Jul 23, 2024
2 parents 7bc155a + 492f844 commit 15f6239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.2.1 Romarin Curie - patch](https://github.com/nf-core/crisprseq/pull/174)
## [v2.2.1 Romarin Curie - patch](https://github.com/nf-core/crisprseq/releases/tag/2.2.1) - [23.07.2024]

### Fixed

Expand Down
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 15f6239

Please sign in to comment.