Skip to content

Commit

Permalink
Merge pull request #3055 from mashehu/update-file-name
Browse files Browse the repository at this point in the history
template: Use filename in code block for `params.yml`
  • Loading branch information
mirpedrol committed Jul 9, 2024
2 parents ecfe0fb + c22888a commit 370512f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Change paths to test data ([#2985](https://github.com/nf-core/tools/pull/2985))
- Run awsfulltest on PRs to `master` with two PR approvals ([#3042](https://github.com/nf-core/tools/pull/3042))
- Remove deprecated syntax ([#3046](https://github.com/nf-core/tools/pull/3046))
- Use filename in code block for `params.yml` ([#3055](https://github.com/nf-core/tools/pull/3055))

### Linting

Expand Down
4 changes: 2 additions & 2 deletions nf_core/pipeline-template/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ The above pipeline run specified with a params file in yaml format:
nextflow run {{ name }} -profile docker -params-file params.yaml
```

with `params.yaml` containing:
with:

```yaml
```yaml title="params.yaml"
input: './samplesheet.csv'
outdir: './results/'
genome: 'GRCh37'
Expand Down

0 comments on commit 370512f

Please sign in to comment.