integrate a txt mapping file in a tool

Hi everybody,
I’m trying to allow users to use as input different types of gene IDs. To do this, since the Python package is not working (intermine), I need to load in my code a txt file to perform the input mapping.
I would like to know if there is a way to make this file part of the tool so it can be loaded automatically by the code and it will be present on galaxy when installing the tool. I saw that it is possible with config file but not sure if it can be done also with data.
Thank you for the help

Hi @Andrea_Furlani,
do you mean that the conda package doesn’t work?

Regards