An R package to mark functional modules in the network analysis using data from pathwayCommons
by Sara J
Work on Galaxy tool development Status: In progress Branch: None PR: None
Study Galaxy tool deployment Status: In progress Branch: None PR: None
Meeting with supervisors Status: Thursday Branch: None PR: None
I made a pull request following instructions I found online, but I mistakenly wrote “Add netboxr tool (beta version)” instead of “NetBox (Alpha Testing, Draft Galaxy Tool)”.
Steps:
git checkout -b netboxr-beta
push origin netboxr-beta
git add -all
git commit -u -m "Add netboxr tool (beta version)"
git push origin netboxr-beta
The pull request initiates automated tests, some of which have already failed in the case of the netboxr tool. I still have to look into what the issues are and how they can be fixed. After the tool passes the tests and the PR is merged, it is automatically pushed to the Galaxy Tool Shed, after which it can be installed in every Galaxy instance. Additionally, as far as I understand, a bot will automatically create a Docker container for the tool (as explained in the instructions linked previously).
tags: gsoc