comparison tools/nlstradamus/README.rst @ 5:e8f15b0136cd draft default tip

v0.0.11 dependency packaging update
author peterjc
date Wed, 01 Feb 2017 09:16:28 -0500
parents 1458e60f3fd0
children
comparison
equal deleted inserted replaced
4:1458e60f3fd0 5:e8f15b0136cd
1 Galaxy wrapper for NLStradamus v1.7 or v1.8 (C++ version) 1 Galaxy wrapper for NLStradamus v1.7 or v1.8 (C++ version)
2 ========================================================= 2 =========================================================
3 3
4 This wrapper is copyright 2011-2015 by Peter Cock, The James Hutton Institute 4 This wrapper is copyright 2011-2017 by Peter Cock, The James Hutton Institute
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. 5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
6 See the licence text below (MIT licence). 6 See the licence text below (MIT licence).
7 7
8 NLStradamus is a command line tool for predicting nuclear localization 8 NLStradamus is a command line tool for predicting nuclear localization
9 signals (NLSs) in a FASTA file of proteins using a Hidden Markov Model (HMM). 9 signals (NLSs) in a FASTA file of proteins using a Hidden Markov Model (HMM).
77 - Updated citation information (Cock et al. 2013). 77 - Updated citation information (Cock et al. 2013).
78 - Development moved to GitHub, https://github.com/peterjc/pico_galaxy 78 - Development moved to GitHub, https://github.com/peterjc/pico_galaxy
79 v0.0.9 - Tool definition now embeds citation information. 79 v0.0.9 - Tool definition now embeds citation information.
80 v0.0.10 - Reorder XML elements (internal change only). 80 v0.0.10 - Reorder XML elements (internal change only).
81 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). 81 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
82 v0.0.11 - Update tool dependency definition to use cached URL
82 ======= ====================================================================== 83 ======= ======================================================================
83 84
84 85
85 Developers 86 Developers
86 ========== 87 ==========
94 95
95 For pushing a release to the test or main "Galaxy Tool Shed", use the following 96 For pushing a release to the test or main "Galaxy Tool Shed", use the following
96 Planemo commands (which requires you have set your Tool Shed access details in 97 Planemo commands (which requires you have set your Tool Shed access details in
97 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: 98 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
98 99
99 $ planemo shed_update --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/nlstradamus/ 100 $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/nlstradamus/
100 ... 101 ...
101 102
102 or:: 103 or::
103 104
104 $ planemo shed_update --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/nlstradamus/ 105 $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/nlstradamus/
105 ... 106 ...
106 107
107 To just build and check the tar ball, use:: 108 To just build and check the tar ball, use::
108 109
109 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/nlstradamus/ 110 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/nlstradamus/