Skip to content

Commit c5ce6c7

Browse files
Update pipeline_releases.md
1 parent 1fa2e10 commit c5ce6c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/markdown/pipelines/pipeline_releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ If you want to test the pipelines in your system, you can use `-profile test,doc
3434
To run pipeline tests use the following command:
3535

3636
```bash
37-
nextflow run nf-core/sarek -r 2.7 -profile test,cfc
37+
nextflow run nf-core/sarek -r 2.7.1 -profile test,cfc
3838
```
3939

4040
To launch sarek for germline WGS using the [example params](https://github.com/qbic-pipelines/pipeline-docs/blob/master/docs/params/sarek_WGS_germline.json) use the following command:
4141

4242
```bash
43-
nextflow run nf-core/sarek -r 2.7 -profile cfc -params-file sarek_WGS_germline.json
43+
nextflow run nf-core/sarek -r 2.7.1 -profile cfc -params-file sarek_WGS_germline.json
4444
```
4545

4646
To launch sarek for somatic WES / WXS using the [example params](https://github.com/qbic-pipelines/pipeline-docs/blob/master/docs/params/sarek_WXS_somatic.json) use the following command:
4747

4848
```bash
49-
nextflow run nf-core/sarek -r 2.7 -profile cfc -params-file sarek_WXS_somatic.json
49+
nextflow run nf-core/sarek -r 2.7.1 -profile cfc -params-file sarek_WXS_somatic.json
5050
```
5151

5252
### RNAseq analysis

0 commit comments

Comments
 (0)