Mercurial > repos > peterjc > mira4_assembler
comparison tools/mira4_0/README.rst @ 26:8aeb92e76159 draft
planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira4_0 commit 4fbb738ddbc87132ca11dfaaaa38aa922ac87115-dirty
author | peterjc |
---|---|
date | Fri, 11 Sep 2015 11:42:41 -0400 |
parents | 55ae131c5862 |
children | a758156fc4cd |
comparison
equal
deleted
inserted
replaced
25:55ae131c5862 | 26:8aeb92e76159 |
---|---|
103 - Reorder XML elements (internal change only). | 103 - Reorder XML elements (internal change only). |
104 - Use the ``format_source=...`` tag in the MIRA bait wrapper. | 104 - Use the ``format_source=...`` tag in the MIRA bait wrapper. |
105 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). | 105 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). |
106 - MIRA 4.0.2 dependency now declared via dedicated Tool Shed package. | 106 - MIRA 4.0.2 dependency now declared via dedicated Tool Shed package. |
107 v0.0.8 - Renamed folder now have a MIRA 4.9.x wrapper (internal change only). | 107 v0.0.8 - Renamed folder now have a MIRA 4.9.x wrapper (internal change only). |
108 v0.0.9 - Additional unit tests now covering ``miraconvert``. | |
108 ======= ====================================================================== | 109 ======= ====================================================================== |
109 | 110 |
110 | 111 |
111 Developers | 112 Developers |
112 ========== | 113 ========== |
113 | 114 |
114 Development is on a dedicated GitHub repository: | 115 Development is on a dedicated GitHub repository: |
115 https://github.com/peterjc/pico_galaxy/tree/master/tools/mira_4_0 | 116 https://github.com/peterjc/galaxy_mira/tree/master/tools/mira4_0 |
116 | 117 |
117 For pushing a release to the test or main "Galaxy Tool Shed", use the following | 118 For pushing a release to the test or main "Galaxy Tool Shed", use the following |
118 Planemo commands (which requires you have set your Tool Shed access details in | 119 Planemo commands (which requires you have set your Tool Shed access details in |
119 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: | 120 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: |
120 | 121 |
121 $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mira4_0/ | 122 $ planemo shed_update -t testtoolshed --check_diff tools/mira4_0/ |
122 ... | 123 ... |
123 | 124 |
124 or:: | 125 or:: |
125 | 126 |
126 $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/mira4_0/ | 127 $ planemo shed_update -t toolshed --check_diff tools/mira4_0/ |
127 ... | 128 ... |
128 | 129 |
129 To just build and check the tar ball, use:: | 130 To just build and check the tar ball, use:: |
130 | 131 |
131 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/mira4_0/ | 132 $ planemo shed_upload --tar_only tools/mira4_0/ |
132 ... | 133 ... |
133 $ tar -tzf shed_upload.tar.gz | 134 $ tar -tzf shed_upload.tar.gz |
134 test-data/U13small_m.fastq | 135 test-data/U13small_m.fastq |
135 ... | 136 ... |
136 | 137 |