Skip to content

Commit

Permalink
fix some more docs mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 9, 2024
1 parent 7bbd2e6 commit c0d16eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/nextflow_schema/create_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ nf-core schema build

!!! warning

The current version of `nf-core` tools (v2.12.1) does not support the new schema draft used in `nf-schema`. Running this command after building the schema will convert the schema to the right draft:
The current version of `nf-core` tools (v2.13.1) does not support the new schema draft used in `nf-schema`. Running this command after building the schema will convert the schema to the right draft:

```bash
sed -i -e 's/http:\/\/json-schema.org\/draft-07\/schema/https:\/\/json-schema.org\/draft\/2020-12\/schema/g' -e 's/definitions/defs/g' nextflow_schema.json
Expand Down
4 changes: 2 additions & 2 deletions docs/samplesheets/fromSamplesheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ In [this example](https://github.com/nextflow-io/nf-schema/tree/master/examples/
--8<-- "examples/fromSamplesheetBasic/pipeline/main.nf"
```

=== "sample sheet.csv"
=== "samplesheet.csv"

```csv
--8<-- "examples/fromSamplesheetBasic/sample sheet.csv"
--8<-- "examples/fromSamplesheetBasic/samplesheet.csv"
```

=== "nextflow.config"
Expand Down

0 comments on commit c0d16eb

Please sign in to comment.