Skip to content

Commit d4eaebd

Browse files
authored
Merge pull request #1506 from mskcc/hotfix/collection_year_type
Fix collectionYear type
2 parents 6e491e3 + 58627d5 commit d4eaebd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

beagle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.2"
1+
__version__ = "2.1.3"

beagle_etl/smile_message/metadata_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"investigatorSampleId": {"type": "string"},
1919
"baitSet": {"type": ["null", "string"]},
2020
"cmoPatientId": {"type": "string"},
21-
"collectionYear": {"type": "string"},
21+
"collectionYear": {"type": ["null", "string"]},
2222
"gender": {"type": "string"},
2323
"igoId": {"type": "string"},
2424
"requestMetadata": {

0 commit comments

Comments
 (0)