Miquel Duran-Frigola

Results 198 comments of Miquel Duran-Frigola

Thanks for all of this. The only command that is missing at the moment in ersilia is `ersilia sample`. We do have a command called `ersilia example` which works similarly....

Hi @honeyankit. I am now working on the `sample` command. Currently, it is not available. I will keep you updated. The sample command should work like this: `ersilia sample --model`...

Hi @honeyankit the `sample` command is now finished. Based on this command, I suggest the following workflow: ``` MODEL_ID=$(ersilia sample --model) ersilia fetch $MODEL_ID ersilia serve $MODEL_ID ersilia sample -n...

Hello @Noisyntrain - apologies for my late reply. We are working on this at the moment, thanks for your help! I will let you know if we encounter any problems,...

I don't know what is happening to be honest. This is annoying and I am unsure whether it is related to Ersilia or not. Actually, it is not testing "Colab"...

Please note that there is this script in @DhanshreeA and @GemmaTuron . Is this useful? https://github.com/ersilia-os/ersilia/blob/master/.github/scripts/update_model_workflows_from_template.py

As mentioned in #911 , I would simplify the validation simply check that (a) output file exists and (b) the number of rows of the output is equal to the...

Perfect. Should the action also close the issue automatically? What do you think?

This is useful, thanks! @GemmaTuron do we still need levenshtein? Perhaps we have it as optional?