Skip to content

Commit 6559480

Browse files
committed
add schema file check to runsheet read paths
1 parent a5b15a0 commit 6559480

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf/runsheet_schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@
2424
},
2525
"read1_path": {
2626
"type": "string",
27+
"pattern": "^\\S+\\.f(ast)?q\\.gz$",
28+
"format": "file-path",
2729
"description": "Location of the raw reads file. For paired-end data, this specifies the forward reads fastq.gz file."
2830
},
2931
"read2_path": {
3032
"type": "string",
33+
"pattern": "^\\S+\\.f(ast)?q\\.gz$",
34+
"format": "file-path",
3135
"description": "Location of the raw reads file. For paired-end data, this specifies the reverse reads fastq.gz file. For single-end data, this column should be omitted."
3236
},
3337
"Original Sample Name": {

0 commit comments

Comments
 (0)