comparison tools/align_back_trans/README.rst @ 1:ec202446408a draft

Uploaded v0.0.4, fixed an error message.
author peterjc
date Wed, 04 Jun 2014 08:42:23 -0400
parents 0c24e4e2177d
children 9fbf29a8c12b
comparison
equal deleted inserted replaced
0:0c24e4e2177d 1:ec202446408a
12 12
13 This tool is available from the Galaxy Tool Shed at: 13 This tool is available from the Galaxy Tool Shed at:
14 14
15 * http://toolshed.g2.bx.psu.edu/view/peterjc/align_back_trans 15 * http://toolshed.g2.bx.psu.edu/view/peterjc/align_back_trans
16 16
17 The underlying Python script can also be used outside of Galaxy, for
18 details run::
19
20 $ python align_back_trans.py
17 21
18 Automated Installation 22 Automated Installation
19 ====================== 23 ======================
20 24
21 This should be straightforward using the Galaxy Tool Shed, which should be 25 This should be straightforward using the Galaxy Tool Shed, which should be
54 ======= ====================================================================== 58 ======= ======================================================================
55 Version Changes 59 Version Changes
56 ------- ---------------------------------------------------------------------- 60 ------- ----------------------------------------------------------------------
57 v0.0.1 - Initial version, based on a previously written Python script 61 v0.0.1 - Initial version, based on a previously written Python script
58 v0.0.2 - Optionally check the translation is consistent 62 v0.0.2 - Optionally check the translation is consistent
63 v0.0.3 - First official release
64 v0.0.4 - Simplified XML to apply input format to output data.
65 - Fixed error message when sequence length not a multiple of three.
59 ======= ====================================================================== 66 ======= ======================================================================
60 67
61 68
62 Developers 69 Developers
63 ========== 70 ==========