Skip to content

Commit

Permalink
updating sample sheet schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ksierks committed Aug 6, 2024
1 parent 4bb67ed commit c5da1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/fixtures/files/nextflow/samplesheet_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
},
"sample_name": {
"type": "string",
"pattern": "^\\S+$",
"meta": ["name"],
"errorMessage": "Sample name must be provided and cannot contain spaces"
"errorMessage": "Sample name must be provided"
},
"fastq_1": {
"type": "string",
Expand Down
3 changes: 1 addition & 2 deletions test/fixtures/files/nextflow/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
},
"sample_name": {
"type": "string",
"pattern": "^\\S+$",
"meta": ["name"],
"errorMessage": "Sample name must be provided and cannot contain spaces"
"errorMessage": "Sample name must be provided"
},
"fastq_1": {
"type": "string",
Expand Down

0 comments on commit c5da1c6

Please sign in to comment.