Question: Code file that depends on tool's tool dependency
0
katherine.beaulieu014 • 80 wrote:
Hi there, I am trying to create a dynamic select list for a galaxy tool. It uses a function in a code file which I have added to the tool config file using the "< code file= />" tag. The problem is that this code file has the same dependencies as the tool I am trying to install so it can't load as the dependencies haven't been resolved yet. Does anyone have an idea of what to do in this situation?