Hi, I have receive an error and the email says:
Your submission (id: 9725669) is invalid, below are the invalid reasons:
Error encountered while running your Docker container; contact the Challenge Organizers in the Discussion Board for more info.
Thanks
Created by Zhixiu (Eric) Lu ZhixiuLu Hi @ZhixiuLu ,
Submission ID 9725669 received the following error:
```
Traceback (most recent call last):
File "/usr/local/bin/run_EPT.py", line 101, in
main()
File "/usr/local/bin/run_EPT.py", line 97, in main
model(args.input_dir,args.output_dir)
File "/usr/local/bin/run_EPT.py", line 29, in model
overAge=getAgeListFromMetaData(metadata)
File "/usr/local/bin/run_EPT.py", line 66, in getAgeListFromMetaData
splitList = age.replace('-', ' ').replace('_', ' ').split()
AttributeError: 'int' object has no attribute 'replace'
```