Closed mamabear25 closed 2 years ago
Hi @mamabear25, I think you didn't add .csv at the end of your output doc. should be ersilia -v calculate -i "eml_canonical.csv" -o "eos8a4x.csv" > my.log 2>&1. You should probably try this
Describe the bug.
calculate api exits without any output
running the calculate api doesnât output anything, it just exits.
Describe the steps to reproduce the behavior
- ersilia fetch -v eos8a4x
- ersilia -v serve eos8a4x
- ersilia -v calculate -i "eml_canonical.csv" -o "eos8a4x" > my.log 2>&1
Expected behavior.
calculated outputs should be saved or printed to the screen
Screenshots.
Operating environment
macOs Monterey Version 12.5.1
Additional context
No response
also include your error file
Hi @mamabear25, I think you didn't add .csv at the end of your output doc. should be ersilia -v calculate -i "eml_canonical.csv" -o "eos8a4x.csv" > my.log 2>&1. You should probably try this
okay, let me try that out thanks
it's not working @Zainab-ik
Hi @mamabear25 I think you are missing the api command?
ersilia -v api calculate ...
@GemmaTuron I ran it correctly this time, still no output
ersilia -v api calculate -i "eml_canonical.csv" -o "eos8a4x" > my.log 2>&1
can you attach the log of this last run?
and @mamabear25 I still miss the .csv on the output file.. so you are not creating any file actually. Hope this helps!
@GemmaTuron I've fixed the issue... I removed the quotes around the csv file, and ran it this way
ersilia -v api calculate -i eml_canonical.csv -o "eos8a4x.csv"
Describe the bug.
calculate api exits without any output
running the calculate api doesnât output anything, it just exits.
Describe the steps to reproduce the behavior
Expected behavior.
calculated outputs should be saved or printed to the screen
Screenshots.
Operating environment
macOs Monterey Version 12.5.1
Additional context
No response