# HG changeset patch # User peterjc # Date 1379433454 14400 # Node ID c6bb189bf7c099ec8ceb46bf1a07c71120c3879b # Parent f9ddb43ce28d78b040515c20c7251b1f7d60d2a6 Uploaded v0.0.10b, development moved to GitHub diff -r f9ddb43ce28d -r c6bb189bf7c0 tools/primers/README.rst --- a/tools/primers/README.rst Fri Sep 13 06:09:54 2013 -0400 +++ b/tools/primers/README.rst Tue Sep 17 11:57:34 2013 -0400 @@ -59,17 +59,19 @@ - Use reStructuredText for this README file. - Adopted standard MIT licence. - Automated installation of Biopython dependency. + - Development moved to GitHub, https://github.com/peterjc/pico_galaxy ======= ====================================================================== Developers ========== -This script and related tools are being developed on the following hg branch: +This script and related tools were initially developed on the following hg branches: +http://bitbucket.org/peterjc/galaxy-central/src/fasta_filter http://bitbucket.org/peterjc/galaxy-central/src/tools -This incorporates the previously used hg branch: -http://bitbucket.org/peterjc/galaxy-central/src/fasta_filter +Development has now moved to a dedicated GitHub repository: +https://github.com/peterjc/pico_galaxy/tree/master/tools For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use the following command from the Galaxy root folder:: diff -r f9ddb43ce28d -r c6bb189bf7c0 tools/primers/repository_dependencies.xml --- a/tools/primers/repository_dependencies.xml Fri Sep 13 06:09:54 2013 -0400 +++ b/tools/primers/repository_dependencies.xml Tue Sep 17 11:57:34 2013 -0400 @@ -2,5 +2,5 @@ <repositories description="This requires Biopython as a dependency."> <!-- Leave out the tool shed and revision to get the current tool shed and latest revision at the time of upload --> -<repository changeset_revision="54e5c64b0460" name="package_biopython_1_61" owner="biopython" toolshed="http://testtoolshed.g2.bx.psu.edu" /> +<repository changeset_revision="2f6c871cfa35" name="package_biopython_1_61" owner="biopython" toolshed="http://testtoolshed.g2.bx.psu.edu" /> </repositories>