comparison tools/clinod/README.rst @ 5:9485cdfca57e draft

v0.0.8 internal changes
author peterjc
date Wed, 05 Aug 2015 10:58:54 -0400
parents 4d9a4a43861b
children 77cfe958b5ea
comparison
equal deleted inserted replaced
4:4d9a4a43861b 5:9485cdfca57e
1 Galaxy wrapper for Command line NoD predictor (v1.3) 1 Galaxy wrapper for Command line NoD predictor (v1.3)
2 ==================================================== 2 ====================================================
3 3
4 This wrapper is copyright 2011-2013 by Peter Cock, The James Hutton Institute 4 This wrapper is copyright 2011-2015 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. 6 See the licence text below.
7 7
8 Command line NoD predictor is a tool for predicting nucleolar localization 8 Command line NoD predictor is a tool for predicting nucleolar localization
9 sequences (NoLSs) in a FASTA file of proteins using a neural network. There 9 sequences (NoLSs) in a FASTA file of proteins using a neural network. There
68 - Use reStructuredText for this README file. 68 - Use reStructuredText for this README file.
69 - Updated citation information (Cock et al. 2013). 69 - Updated citation information (Cock et al. 2013).
70 - Development moved to GitHub, https://github.com/peterjc/pico_galaxy 70 - Development moved to GitHub, https://github.com/peterjc/pico_galaxy
71 v0.0.7 - Use the new ``$GALAXY_SLOTS`` environment variable for thread count. 71 v0.0.7 - Use the new ``$GALAXY_SLOTS`` environment variable for thread count.
72 - Tool definition now embeds citation information. 72 - Tool definition now embeds citation information.
73 v0.0.8 - Reorder XML elements (internal change only).
74 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
73 ======= ====================================================================== 75 ======= ======================================================================
74 76
75 77
76 Developers 78 Developers
77 ========== 79 ==========
80 http://bitbucket.org/peterjc/galaxy-central/src/tools 82 http://bitbucket.org/peterjc/galaxy-central/src/tools
81 83
82 Development has now moved to a dedicated GitHub repository: 84 Development has now moved to a dedicated GitHub repository:
83 https://github.com/peterjc/pico_galaxy/tree/master/tools/clinod 85 https://github.com/peterjc/pico_galaxy/tree/master/tools/clinod
84 86
85 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use 87 For pushing a release to the test or main "Galaxy Tool Shed", use the following
86 the following command from the Galaxy root folder:: 88 Planemo commands (which requires you have set your Tool Shed access details in
89 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
87 90
88 $ tar -czf clinod.tar.gz tools/clinod/README.rst tools/clinod/clinod.xml tools/clinod/tool_dependencies.xml test-data/four_human_proteins.fasta test-data/four_human_proteins.clinod-1.3.tabular 91 $ planemo shed_update --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/clinod/
92 ...
89 93
90 Check this worked:: 94 or::
91 95
92 $ tar -tzf clinod.tar.gz 96 $ planemo shed_update --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/clinod/
97 ...
98
99 To just build and check the tar ball, use::
100
101 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/clinod/
102 ...
103 $ tar -tzf shed_upload.tar.gz
104 test-data/four_human_proteins.fasta
105 test-data/four_human_proteins.clinod-1.3.tabular
93 tools/clinod/README.rst 106 tools/clinod/README.rst
94 tools/clinod/clinod.xml 107 tools/clinod/clinod.xml
95 tools/clinod/tool_dependencies.xml 108 tools/clinod/tool_dependencies.xml
96 test-data/four_human_proteins.fasta
97 test-data/four_human_proteins.clinod-1.3.tabular
98 109
99 110
100 Licence (MIT) 111 Licence (MIT)
101 ============= 112 =============
102 113