comparison tools/align_back_trans/README.rst @ 6:b27388e5a0bb draft

v0.0.10 removed unused reference to muscle format
author peterjc
date Mon, 21 Aug 2017 06:26:14 -0400
parents 2c32e8a8990f
children 883842b81796
comparison
equal deleted inserted replaced
5:2c32e8a8990f 6:b27388e5a0bb
43 43
44 <tool file="align_back_trans/align_back_trans.xml" /> 44 <tool file="align_back_trans/align_back_trans.xml" />
45 45
46 You will also need to install Biopython 1.62 or later. 46 You will also need to install Biopython 1.62 or later.
47 47
48 If you wish to run the unit tests, also move/copy the ``test-data/`` files 48 If you wish to run the unit tests, also move/copy the ``test-data/`` files
49 under Galaxy's ``test-data/`` folder. Then:: 49 under Galaxy's ``test-data/`` folder. Then::
50 50
51 ./run_tests.sh -id align_back_trans 51 ./run_tests.sh -id align_back_trans
52 52
53 That's it. 53 That's it.
78 - Table 25, Candidate Division SR1 and *Gracilibacteria*. 78 - Table 25, Candidate Division SR1 and *Gracilibacteria*.
79 79
80 - Use ``<command detect_errors="aggressive">`` (internal change only). 80 - Use ``<command detect_errors="aggressive">`` (internal change only).
81 - Single quote command line arguments (internal change only). 81 - Single quote command line arguments (internal change only).
82 v0.0.9 - Python 3 compatible print function. 82 v0.0.9 - Python 3 compatible print function.
83 v0.0.10 - Remove unused reference to ``muscle`` format in wrapper, reported by
84 Björn Grüning (internal change only).
83 ======= ====================================================================== 85 ======= ======================================================================
84 86
85 87
86 Developers 88 Developers
87 ========== 89 ==========