Warning

This document is for an in-development version of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

Source code for galaxy.tool_shed.galaxy_install.migrate.versions.0005_tools

"""
The tools "Map with BWA for Illumina" and "Map with BWA for SOLiD" have
been eliminated from the distribution.  The tools are now available
in the repository named bwa_wrappers from the main Galaxy tool shed at
http://toolshed.g2.bx.psu.edu, and will be installed into your local
Galaxy instance at the location discussed above by running the following
command.
"""


[docs]def upgrade(migrate_engine): print(__doc__)
[docs]def downgrade(migrate_engine): pass