ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

🐛 Bug: Error encountered 'ersilia -v api predict eos7w6n #329

Closed zheeburg closed 1 year ago

zheeburg commented 1 year ago

Describe the bug.

All was almost done for about 30 minutes till i got the error .csv not found

Describe the steps to reproduce the behavior

ersilia -v fetch eos7w6n ersilia -v serve eos7w6n ersilia -v api predict -i eml_canonical -o eos7w6n .csv

Expected behavior.

No response

Screenshots.

eos7w6n 3 eos7w6n 5 eos7w6n eos7w6n 5

Operating environment

Ubuntu 20.04.1 LTS

Additional context

No response

GemmaTuron commented 1 year ago

Hi @zheeburg

First let me confirm the command you run was: ersilia -v api predict -i eml_canonical -o eos7w6n.csv (as stated in the issue)

OR

ersilia -v api predict -i eml_canonical.csv -o eos7w6n.csv (note the .csv in the input file)

Please double check that before we dig more into the error

zheeburg commented 1 year ago

Oh yes, Thanks so much Mentor That was the mistake I made.

Hi @zheeburg

First let me confirm the command you run was: ersilia -v api predict -i eml_canonical -o eos7w6n.csv (as stated in the issue)

OR

ersilia -v api predict -i eml_canonical.csv -o eos7w6n.csv (note the .csv in the input file)

Please double check that before we dig more into the error