changeset 19:b6397643dbb6 draft

planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira3/ commit 4fbb738ddbc87132ca11dfaaaa38aa922ac87115-dirty
author peterjc
date Fri, 11 Sep 2015 11:43:09 -0400
parents 082d6adb57a5
children e7f27b64b402
files tools/mira3/README.rst tools/mira3/tool_dependencies.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tools/mira3/README.rst	Thu May 21 12:36:06 2015 -0400
+++ b/tools/mira3/README.rst	Fri Sep 11 11:43:09 2015 -0400
@@ -94,24 +94,24 @@
 This script and related tools were initially developed on the following hg branch:
 http://bitbucket.org/peterjc/galaxy-central/src/tools
 
-Development has now moved to a dedicated GitHub repository:
-https://github.com/peterjc/pico_galaxy/tree/master/tools/mira_3_4
+For some time developement continued at https://github.com/peterjc/pico_galaxy but
+is now in a dedicated GitHub repository: https://github.com/peterjc/galaxy_mira
 
 For pushing a release to the test or main "Galaxy Tool Shed", use the following
 Planemo commands (which requires you have set your Tool Shed access details in
 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
 
-    $ planemo shed_update --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mira3/
+    $ planemo shed_update -t testtoolshed --check_diff tools/mira3/
     ...
 
 or::
 
-    $ planemo shed_update --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/mira3/
+    $ planemo shed_update -t toolshed --check_diff tools/mira3/
     ...
 
 To just build and check the tar ball, use::
 
-    $ planemo shed_upload --tar_only  ~/repositories/pico_galaxy/tools/mira3/
+    $ planemo shed_upload --tar_only tools/mira3/
     ...
     $ tar -tzf shed_upload.tar.gz 
     test-data/empty_file.dat
--- a/tools/mira3/tool_dependencies.xml	Thu May 21 12:36:06 2015 -0400
+++ b/tools/mira3/tool_dependencies.xml	Fri Sep 11 11:43:09 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="MIRA" version="3.4.1.1">
-        <repository changeset_revision="af39588c4839" name="package_mira_3_4_1_1" owner="peterjc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="9a2c38f3a2f0" name="package_mira_3_4_1_1" owner="peterjc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>