Skip to content

Commit

Permalink
add downstream csv options group
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Oct 24, 2024
1 parent d57e60e commit 3ccf8ec
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,20 @@
"description": "Demultiplexer to use.",
"fa_icon": "fas fa-microscope",
"default": "bclconvert"
},
}
}
},
"downstream_csv_options": {
"title": "Downstream CSV options",
"type": "object",
"description": "Options to customize downstream csv creation",
"default": "",
"properties": {
"strandedness": {
"type": "string",
"default": "auto"
"default": "auto",
"description": "Specifies the strandedness of RNA-Seq data for downstream sample sheet generation. This parameter does not affect the demultiplexing process but is used to generate the appropriate field in the nf-core/rnaseq samplesheet. Accepted values are 'unstranded', 'auto', 'forward', or 'reverse'.",
"fa_icon": "fas fa-arrows-alt-v"
}
}
},
Expand Down Expand Up @@ -277,6 +287,9 @@
{
"$ref": "#/$defs/demultiplex_options"
},
{
"$ref": "#/$defs/downstream_csv_options"
},
{
"$ref": "#/$defs/institutional_config_options"
},
Expand Down

0 comments on commit 3ccf8ec

Please sign in to comment.