annotate tools/samtools_idxstats/README.rst @ 2:71afa65f444a draft default tip

v0.0.5 Internal changes to command line handling
author peterjc
date Tue, 16 May 2017 09:24:18 -0400
parents 8945bad80f4a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
1 Galaxy wrapper for samtools idxstats
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
2 ====================================
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
3
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
4 This wrapper is copyright 2013-2015 by Peter Cock, The James Hutton Institute
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
6 See the licence text below.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
7
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
8 This is a wrapper for part of the command line samtools suite, v0.1.19
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
9
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
10 This wrapper is available from the Galaxy Tool Shed at:
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
11 http://toolshed.g2.bx.psu.edu/view/peterjc/samtools_idxstats
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
12
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
13
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
14 Automated Installation
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
15 ======================
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
16
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
17 This should be straightforward, Galaxy should automatically download and install
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
18 samtools 0.1.19 if required.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
19
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
20
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
21 Manual Installation
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
22 ===================
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
23
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
24 This expects samtools to be on the $PATH, and was tested using v0.1.19.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
25
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
26 To install the wrapper copy or move the following files under the Galaxy tools
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
27 folder, e.g. in a ``tools/samtools_idxstats`` folder:
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
28
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
29 * ``samtools_idxstats.xml`` (the Galaxy tool definition)
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
30 * ``samtools_idxstats.py`` (the Python wrapper script)
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
31 * ``README.rst`` (this file)
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
32
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
33 You will also need to modify the ``tools_conf.xml`` file to tell Galaxy to offer
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
34 the tool. Just add the line, perhaps under the NGS tools section::
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
35
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
36 <tool file="samtools_idxstats/samtools_idxstats.xml" />
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
37
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
38 If you wish to run the unit tests, also move/copy the ``test-data/`` files
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
39 under Galaxy's ``test-data/`` folder. Then::
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
40
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
41 $ ./run_tests.sh -id samtools_idxstats
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
42
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
43 That's it.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
44
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
45
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
46 History
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
47 =======
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
48
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
49 ======= ======================================================================
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
50 Version Changes
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
51 ------- ----------------------------------------------------------------------
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
52 v0.0.1 - Initial public release
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
53 v0.0.2 - Use quoted filenames when calling samtools (in case of spaces etc)
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
54 v0.0.3 - Embed samtools citation in tool XML.
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
55 v0.0.4 - Reorder XML elements (internal change only).
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
56 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
2
71afa65f444a v0.0.5 Internal changes to command line handling
peterjc
parents: 1
diff changeset
57 v0.0.5 - Use ``<command detect_errors="aggressive">`` (internal change only).
71afa65f444a v0.0.5 Internal changes to command line handling
peterjc
parents: 1
diff changeset
58 - Single quote command line arguments (internal change only).
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
59 ======= ======================================================================
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
60
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
61
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
62 Developers
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
63 ==========
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
64
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
65 Development is on this GitHub repository:
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
66 https://github.com/peterjc/pico_galaxy/tree/master/tools/samtools_idxstats
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
67
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
68
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
69 For pushing a release to the test or main "Galaxy Tool Shed", use the following
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
70 Planemo commands (which requires you have set your Tool Shed access details in
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
71 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
72
2
71afa65f444a v0.0.5 Internal changes to command line handling
peterjc
parents: 1
diff changeset
73 $ planemo shed_update -t testtoolshed --check_diff tools/samtools_idxstats/
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
74 ...
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
75
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
76 or::
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
77
2
71afa65f444a v0.0.5 Internal changes to command line handling
peterjc
parents: 1
diff changeset
78 $ planemo shed_update -t toolshed --check_diff tools/samtools_idxstats/
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
79 ...
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
80
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
81 To just build and check the tar ball, use::
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
82
2
71afa65f444a v0.0.5 Internal changes to command line handling
peterjc
parents: 1
diff changeset
83 $ planemo shed_upload --tar_only tools/samtools_idxstats/
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
84 ...
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
85 $ tar -tzf shed_upload.tar.gz
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
86 test-data/ex1.bam
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
87 test-data/ex1.idxstats.tabular
1
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
88 tools/samtools_idxstats/README.rst
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
89 tools/samtools_idxstats/samtools_idxstats.py
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
90 tools/samtools_idxstats/samtools_idxstats.xml
8945bad80f4a v0.0.4; internal changes for packaging
peterjc
parents: 0
diff changeset
91 tools/samtools_idxstats/tool_dependencies.xml
0
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
92
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
93
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
94 Licence (MIT)
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
95 =============
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
96
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
97 Permission is hereby granted, free of charge, to any person obtaining a copy
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
98 of this software and associated documentation files (the "Software"), to deal
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
99 in the Software without restriction, including without limitation the rights
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
100 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
101 copies of the Software, and to permit persons to whom the Software is
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
102 furnished to do so, subject to the following conditions:
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
103
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
104 The above copyright notice and this permission notice shall be included in
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
105 all copies or substantial portions of the Software.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
106
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
108 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
110 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
111 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
112 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
113 THE SOFTWARE.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
114
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
115 NOTE: This is the licence for the Galaxy Wrapper only.
d4412c04d7b1 Uploaded v0.0.1 (as tested previously on the Test Tool Shed)
peterjc
parents:
diff changeset
116 samtools is available and licenced separately.