Deploying the khmer project tools on Galaxy

We are developing the support for running normalize-by-median in Galaxy.

When this is mature we will make a Galaxy Tool Shed version available for easier installation.

Install the tools & tool description

If your installation uses a virtualenv be sure to activate it in your terminal before continuing.

pip install --no-clean khmer

Move to the tools directory in your Galaxy installation and copy in the tool definition file.:

cd tools
mkdir khmer
ln -s build/khmer/scripts/normalize-by-median.xml .

Add the following to your tool_conf.xml inside the <toolbox> tag:

<section id="khmer-protocols-extra" name="khmer protocols">
<tool file="khmer/normalize-by-median.xml" />
</section>

Then (re)start Galaxy.

Single Output Usage

For one or more files into a single file:

#. Choose ‘Normalize By Median’ from the ‘khmer protocols’ section of the ‘Tools’ menu.

#. Compatible files already uploaded to your Galaxy instance should be listed. If not then you may need to set their datatype manually.

#. After selecting the input files specift if they are paired-interleaved or not.

#. Specify the sample type or show the advanced parameters to set the tablesize yourself. Consult Choosing table sizes for khmer for assistance.

comments powered by Disqus

Table Of Contents

Previous topic

Development miscellany

Next topic

Known Issues

This Page

Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to Deploying the khmer project tools on Galaxy on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.