SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
205 stars 107 forks source link

Docker : APR mode change ! #367

Open ShifatSahariar opened 10 months ago

ShifatSahariar commented 10 months ago

I have tried to change the mode from docker but i am unable , since default it takes jgenprog but I want to use jkali or jmutrepair. I have tried to use the following command to change the mode but its not working in this way . docker run -it --rm -v /tmp/results:/results tdurieux/astor -i chart-5 --scope package --parameters mode:jkali Could you please help to figure this out ?