Skip to content

Commit

Permalink
Add new param to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Nov 14, 2024
1 parent f1a50f3 commit 0dd868a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,11 @@
{
"$ref": "#/definitions/generic_options"
}
]
],
"properties": {
"rename_with_samplename": {
"type": "boolean",
"default": true
}
}
}

0 comments on commit 0dd868a

Please sign in to comment.