From 8be57348c7d03cad82034e0c2f12d280ea39d271 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 4 Sep 2025 12:30:19 -0500 Subject: Remove bin/genenetwork2 script: New issue. --- .../remove-bin-genenetwork2-script.gmi | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 issues/genenetwork2/remove-bin-genenetwork2-script.gmi (limited to 'issues') diff --git a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi new file mode 100644 index 0000000..ffaeade --- /dev/null +++ b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi @@ -0,0 +1,29 @@ +# Remove `bin/genenetwork2` Script + +## Tags + +* type: improvement +* status: open +* priority: medium +* assigned: fredm, bonfacem, alexm, zachs +* interested: pjotrp, aruni +* keywords: gn2, bin/genenetwork2, startup script + +## Description + +The `bin/genenetwork2` script was used for a really long time to launch Genenetwork2, and has served that purpose with honour and dedication. We applaud that. + +It is, however, time to retire the script, since at this point in time, it serves more to obfuscate the startup that as a helpful tool. + +On production, we have all but abandoned the use of the script, and we need to do the same for CI/CD, and eventually, development. + +This issue tracks the process, and problems that come up during the move to retire the script. + +### Process + +* [ ] Identify how to run unit tests without the script +* [ ] Document how to run unit tests without the script +* [ ] Identify how to run mechanical-rob tests without the script +* [ ] Document how to run mechanical-rob tests without the script +* [ ] Update CI/CD definitions to get rid of the references to the script +* [ ] Delete the script from the repository -- cgit 1.4.1