comparison tools/get_orfs_or_cdss/README.rst @ 9:a06ad07431ba draft

v0.2.1 Adds table 24; Depends on Biopython 1.67 via Tool Shed package or bioconda.
author peterjc
date Wed, 10 May 2017 13:24:46 -0400
parents 09a8be9247ca
children 01b0488d9cfb
comparison
equal deleted inserted replaced
8:09a8be9247ca 9:a06ad07431ba
1 Galaxy tool to find ORFs or simple CDSs 1 Galaxy tool to find ORFs or simple CDSs
2 ======================================= 2 =======================================
3 3
4 This tool is copyright 2011-2015 by Peter Cock, The James Hutton Institute 4 This tool 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 Additions copyright 2015-2016 by Eric Rasche. 6 Additions copyright 2015-2016 by Eric Rasche.
7 See the licence text below (MIT licence). 7 See the licence text below (MIT licence).
8 8
9 This tool is a short Python script (using Biopython library functions) 9 This tool is a short Python script (using Biopython library functions)
75 v0.1.0 - Tool now outputs BED formatted calls (by @erasche, Eric Rasche). 75 v0.1.0 - Tool now outputs BED formatted calls (by @erasche, Eric Rasche).
76 - Using ``optparse`` for the Python command line API (Eric Rasche). 76 - Using ``optparse`` for the Python command line API (Eric Rasche).
77 - Added NCBI genetic code table 24, Pterobranchia Mitochondrial. 77 - Added NCBI genetic code table 24, Pterobranchia Mitochondrial.
78 v0.1.1 - Reorder XML elements (internal change only). 78 v0.1.1 - Reorder XML elements (internal change only).
79 v0.2.0 - Tool now also outputs GFF3 formatted calls (Eric Rasche). 79 v0.2.0 - Tool now also outputs GFF3 formatted calls (Eric Rasche).
80 v0.2.1 - Depends on Biopython 1.67 via legacy Tool Shed package or bioconda.
81 - Added NCBI genetic code table 24, Candidate Division SR1 and
82 Gracilibacteria.
80 ======= ====================================================================== 83 ======= ======================================================================
81 84
82 85
83 Developers 86 Developers
84 ========== 87 ==========
91 94
92 For pushing a release to the test or main "Galaxy Tool Shed", use the following 95 For pushing a release to the test or main "Galaxy Tool Shed", use the following
93 Planemo commands (which requires you have set your Tool Shed access details in 96 Planemo commands (which requires you have set your Tool Shed access details in
94 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: 97 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
95 98
96 $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/get_orfs_or_cdss/ 99 $ planemo shed_update -t testtoolshed --check_diff tools/get_orfs_or_cdss/
97 ... 100 ...
98 101
99 or:: 102 or::
100 103
101 $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/get_orfs_or_cdss/ 104 $ planemo shed_update -t toolshed --check_diff tools/get_orfs_or_cdss/
102 ... 105 ...
103 106
104 To just build and check the tar ball, use:: 107 To just build and check the tar ball, use::
105 108
106 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/get_orfs_or_cdss/ 109 $ planemo shed_upload --tar_only tools/get_orfs_or_cdss/
107 ... 110 ...
108 $ tar -tzf shed_upload.tar.gz 111 $ tar -tzf shed_upload.tar.gz
109 test-data/Ssuis.fasta 112 test-data/Ssuis.fasta
110 test-data/get_orf_input.Suis_ORF.bed 113 test-data/get_orf_input.Suis_ORF.bed
111 test-data/get_orf_input.Suis_ORF.nuc.fasta 114 test-data/get_orf_input.Suis_ORF.nuc.fasta