Hi, I have implemented a custom tool called 'barcode-parse' and uploaded this custom to into my local tool shed(which is running at http://localhost:9009). Also able to install this custom tool from galaxy. Then I have added simple repository dependency. I have created a xml file 'repository_dependencies.xml'. Then I created a new repository in the toolShed called 'Test' and uploaded all necessary files(.py, definition xml file and repository dependency xml file) into this repository. (I have created another repository called 'string_occurrence' and uploaded necessary files into toolShed which is used as dependency repository) <?xml version="1.0"?> <repositories description=""> <repository toolshed="http://localhost:9009" name="string_occurrence" owner="janakiram-t1" /> </repositories> I tried to install custom tool 'barcode-parse' from galaxy, but I got below error message. The repository dependency definitions for this repository are invalid and will be ignored. I followed the steps mentioned in the galaxy wiki<https://wiki.galaxyproject.org/SimpleRepositoryDependencies> Am I doing anything wrong? Please suggest me on this. Thanks, JanakiRam