Skip to content

Commit 8a2a38a

Browse files
committed
Allow integer sample names in input runsheet
1 parent 89a4039 commit 8a2a38a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"type": "object",
88
"properties": {
99
"Sample Name": {
10-
"type": "string",
1110
"description": "Sample Name, added as a prefix to sample-specific processed data output files. Should not include spaces or weird characters.",
1211
"errorMessage": "'Sample Name' must be specified."
1312
},
@@ -40,7 +39,6 @@
4039
"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."
4140
},
4241
"Original Sample Name": {
43-
"type": "string",
4442
"description": "Used to map the sample name that will be used for processing to the original sample name. This is often identical except in cases where the original name includes spaces or weird characters."
4543
}
4644
},

0 commit comments

Comments
 (0)