Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 11, 2024
1 parent 25f0b9c commit c84c55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/samplesheets/fromSamplesheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This channel operator validates and converts a sample sheet to ready-to-use chan

The operator has one mandatory argument: the path of the JSON schema file corresponding to the samplesheet. This can be either a string with the relative path (from the root of the pipeline) or a file object of the schema.


```groovy
Channel.of("path/to/samplesheet").fromSamplesheet("path/to/json/schema")
```
Expand Down
3 changes: 2 additions & 1 deletion docs/samplesheets/samplesheetToList.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ description: Function to create a list from a sample sheet.
This function validates and converts a sample sheet to a list in a similar way to the [`fromSamplesheet`](./fromSamplesheet.md) channel operator. This is done using information encoded within a sample sheet schema (see the [docs](../nextflow_schema/sample_sheet_schema_specification.md)).

The function has two mandatory arguments:

1. The path to the samplesheet
2. The path to the JSON schema file corresponding to the samplesheet.
2. The path to the JSON schema file corresponding to the samplesheet.

These can be either a string with the relative path (from the root of the pipeline) or a file object of the schema.

Expand Down

0 comments on commit c84c55e

Please sign in to comment.