Add Delete button to Mutation/Submission tool

I suggest adding a Delete button to the Mutation/Submission booster tool. I would probably put it between the number input field and the Next button. Clicking it would delete the numbered entry from the list and then refresh the puzzle display with the new design at that number (or the prev one, and decrement the number if it was the last in the list). I currently do this process manually when stepping through a large set of generated mutants, but it is slow and error prone. Having a way to delete an entry with one click would be helpful. Thanks for the tool!

2 Likes

I would very much like such a button. One could look through the mutation booster tool and delete the designs one doesn’t like, for whatever reason. Then submit all the rest to the lab in one go. Without having to go through the lab afterwards and delete them one by one there. Which is a much more tedious process. 

1 Like

If someone could point me at the Booster script that implements the Mutation/Submission tool I could take a shot at doing this modification myself. So far I haven’t found it.

1 Like

I think @Omei made that script. I can’t see it’s script number though.  My script number is 8261367, but it was pre- release of Omei’s script.

@jeff, if I were on top of things, it would be in a public GitHub repository. As it is, it is not and I am on the road. If you want to, you can get the script ID from the debugger console when you load the booster. I can make your updates official this weekend.

2 Likes

looks like it might be 8069673 or https://eternagame.org/web/script/8069673/ 
I’ll see if I can find a few cycles to look at it in the next few days. Thanks for the tip.

[https://eternag ame.org/web/script/8904106/](https://eternag ame.org/web/script/8904106/ “Link: https://eternagame.org/web/script/8904106/”) seems to work for me.

Thanks for making a delete button! This will help me design/submit much more efficiently