I'm not seeing a problem here. The revision of the genome_diversity you're referring to is the repository tip on the main tool shed. The README file on disk has this content:
g2cmnty@montana:~/galaxy_toolshed/database/community_files/000/repo_200$ cat README
Source code for the executables needed by these tools can be found in
the genome_diversity directory.
Additionally, you'll need the following python modules:
And the following software:
Images used in the tools' documentation are located in the static/images
directory. Please copy these to the static/images directory in your
Galaxy installation.
and the browser displays the following for the same revision:
In addition, the Readme container will display the correct content of a README file that is associated with the selected changeset revision. Can you provide specific changeset revisions of a repository where this is not the case?
The following URL is not a proper URL for browsing a tool shed repository Readme file via a browser.
It appears that the Tool Shed does not show the correct "readme" file content.
1) get_readme_files() in lib/galaxy/webapps/tool_shed/controllers/repository.py gets the correct metadata from the database
2) build_readme_files_dict() in lib/tool_shed/util/readme_util.py reads data from whatever revision happens to be there (not the requested revision)
As an example, compare the output from:
http://toolshed.g2.bx.psu.edu/repository/get_readme_files?name=genome_diversity&owner=miller-lab&changeset_revision=5064f618ec1c
and:
http://toolshed.g2.bx.psu.edu/repos/miller-lab/genome_diversity/file/5064f618ec1c/README
-rico
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client. To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at:
http://galaxyproject.org/search/mailinglists/