Mercurial > repos > peterjc > mira4_assembler
diff tools/mira4_0/README.rst @ 3:a4f602cc3aa9 draft
v0.0.9, was missing mirabait. Adds tests for miraconvert
author | peterjc |
---|---|
date | Fri, 02 Oct 2015 06:12:23 -0400 |
parents | 4eb32a3d67d1 |
children | 1713289d9908 |
line wrap: on
line diff
--- a/tools/mira4_0/README.rst Wed Sep 02 07:46:29 2015 -0400 +++ b/tools/mira4_0/README.rst Fri Oct 02 06:12:23 2015 -0400 @@ -105,6 +105,8 @@ - Planemo for Tool Shed upload (``.shed.yml``, internal change only). - MIRA 4.0.2 dependency now declared via dedicated Tool Shed package. v0.0.8 - Renamed folder now have a MIRA 4.9.x wrapper (internal change only). +v0.0.9 - Additional unit tests now covering ``miraconvert``. + - Was missing ``mirabait`` wrapper since move to using Planemo. ======= ====================================================================== @@ -112,23 +114,23 @@ ========== Development is on a dedicated GitHub repository: -https://github.com/peterjc/pico_galaxy/tree/master/tools/mira_4_0 +https://github.com/peterjc/galaxy_mira/tree/master/tools/mira4_0 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 -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mira4_0/ + $ planemo shed_update -t testtoolshed --check_diff tools/mira4_0/ ... or:: - $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/mira4_0/ + $ planemo shed_update -t toolshed --check_diff tools/mira4_0/ ... To just build and check the tar ball, use:: - $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/mira4_0/ + $ planemo shed_upload --tar_only tools/mira4_0/ ... $ tar -tzf shed_upload.tar.gz test-data/U13small_m.fastq