comparison tools/samtools_depad/README.rst @ 2:02572789ef6c draft

v0.0.4 Internal changes to command line handling
author peterjc
date Tue, 16 May 2017 09:29:05 -0400
parents 01f8967ce1e0
children 588c6ce25867
comparison
equal deleted inserted replaced
1:01f8967ce1e0 2:02572789ef6c
1 Galaxy wrapper for samtools depad 1 Galaxy wrapper for samtools depad
2 ================================= 2 =================================
3 3
4 This wrapper is copyright 2014-2015 by Peter Cock, The James Hutton Institute 4 This wrapper is copyright 2014-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. 6 See the licence text below.
7 7
8 This is a wrapper for part of the command line samtools suite, v0.1.19 8 This is a wrapper for part of the command line samtools suite, v0.1.19
9 9
10 This wrapper is available from the Galaxy Tool Shed at: 10 This wrapper is available from the Galaxy Tool Shed at:
11 http://toolshed.g2.bx.psu.edu/view/peterjc/samtools_idxstats 11 http://toolshed.g2.bx.psu.edu/view/peterjc/samtools_depad
12 12
13 13
14 Automated Installation 14 Automated Installation
15 ====================== 15 ======================
16 16
52 v0.0.1 - Initial public release. 52 v0.0.1 - Initial public release.
53 v0.0.2 - Embed samtools citation in the tool XML. 53 v0.0.2 - Embed samtools citation in the tool XML.
54 - Removed unused imports from Python wrapper script. 54 - Removed unused imports from Python wrapper script.
55 v0.0.3 - Reorder XML elements (internal change only). 55 v0.0.3 - Reorder XML elements (internal change only).
56 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). 56 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
57 v0.0.4 - Use ``<command detect_errors="aggressive">`` (internal change only).
58 - Single quote command line arguments (internal change only).
57 ======= ====================================================================== 59 ======= ======================================================================
58 60
59 61
60 Developers 62 Developers
61 ========== 63 ==========
65 67
66 For pushing a release to the test or main "Galaxy Tool Shed", use the following 68 For pushing a release to the test or main "Galaxy Tool Shed", use the following
67 Planemo commands (which requires you have set your Tool Shed access details in 69 Planemo commands (which requires you have set your Tool Shed access details in
68 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: 70 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
69 71
70 $ planemo shed_upload --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/samtools_depad/ 72 $ planemo shed_update -t testtoolshed --check_diff tools/samtools_depad/
71 ... 73 ...
72 74
73 or:: 75 or::
74 76
75 $ planemo shed_upload --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/samtools_depad/ 77 $ planemo shed_update -t toolshed --check_diff tools/samtools_depad/
76 ... 78 ...
77 79
78 To just build and check the tar ball, use:: 80 To just build and check the tar ball, use::
79 81
80 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/samtools_depad/ 82 $ planemo shed_upload --tar_only tools/samtools_depad/
81 ... 83 ...
82 $ tar -tzf shed_upload.tar.gz 84 $ tar -tzf shed_upload.tar.gz
83 test-data/sam_spec_padded.bam 85 test-data/sam_spec_padded.bam
84 test-data/sam_spec_padded.depad.bam 86 test-data/sam_spec_padded.depad.bam
85 test-data/sam_spec_padded.fasta 87 test-data/sam_spec_padded.fasta