Hi I got a submission error for id: 9726339, can you help me look into what the error was?
Thanks
Lu
Created by Zhixiu (Eric) Lu ZhixiuLu @ZhixiuLu,
It happens :) Thanks, another typo :0 Hi @ZhixiuLu ,
Submission ID 9726339 received the following error:
```
Traceback (most recent call last):
File "/usr/local/bin/run_PT.py", line 101, in
main()
File "/usr/local/bin/run_PT.py", line 97, in main
model(args.input_dir,args.output_dir)
File "/usr/local/bin/run_PT.py", line 28, in model
race_riskList= getRaceListFromMetaData(metadata)
File "/usr/local/bin/run_PT.py", line 51, in getRaceListFromMetaData
with open('/usr/local/bin/raceStatDict.pkl', 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/raceStatDict.pkl'
```
Hope this helps!