# HG changeset patch # User peterjc # Date 1494432273 14400 # Node ID 50a40a3db275893278c76c65c5e9e666e08a7701 # Parent e5834d670ed8c5e07999652781fe4f5e3564d1dc v0.0.8 Using Biopython 1.67 from Tool Shed or Conda package diff -r e5834d670ed8 -r 50a40a3db275 tools/align_back_trans/README.rst --- a/tools/align_back_trans/README.rst Wed May 10 11:48:59 2017 -0400 +++ b/tools/align_back_trans/README.rst Wed May 10 12:04:33 2017 -0400 @@ -72,11 +72,13 @@ v0.0.7 - Minor Python code style improvements (internal change only). v0.0.8 - Python coding style change to avoid lamba (internal change only). - Depends on Biopython 1.67 via legacy Tool Shed package or bioconda. - - Added recent NCBI genetic code tables: - * Table 24. *Pterobranchia Mitochondrial Code* - * Table 25. *Candidate Division SR1 and Gracilibacteria* + - Added two recent NCBI genetic code tables, + + - Table 24, *Pterobranchia* Mitochondrial Code, + - Table 25, Candidate Division SR1 and *Gracilibacteria*. + - Use ```` (internal change only). - - Single quote command line arguments (internal change only) + - Single quote command line arguments (internal change only). ======= ====================================================================== @@ -93,17 +95,17 @@ Planemo commands (which requires you have set your Tool Shed access details in ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: - $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/align_back_trans/ + $ planemo shed_update -t testtoolshed --check_diff tools/align_back_trans/ ... or:: - $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/align_back_trans/ + $ planemo shed_update -t toolshed --check_diff tools/align_back_trans/ ... To just build and check the tar ball, use:: - $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/align_back_trans/ + $ planemo shed_upload --tar_only tools/align_back_trans/ ... $ tar -tzf shed_upload.tar.gz test-data/demo_nucs.fasta