comparison README.rst @ 7:51f6c6446e69 draft

Docker support and update for protk 1.4
author iracooke
date Thu, 26 Mar 2015 20:04:12 -0400
parents
children
comparison
equal deleted inserted replaced
6:ac9be1d4885d 7:51f6c6446e69
1 OMSSA
2 =====
3
4 Galaxy wrapper for the OMSSA tandem ms search tool
5
6 Requirements
7 ------------
8
9 This package uses protk_, omssa_ and blast_ which need to be present in order for the tool to work.
10
11 .. _protk: https://github.com/iracooke/protk
12 .. _omssa: http://www.ncbi.nlm.nih.gov/pubmed/15473683
13 .. _blast: https://toolshed.g2.bx.psu.edu/view/devteam/ncbi_blast_plus
14
15
16 When installing this package, if you instruct galaxy to install dependencies it will automatically install blast_ but installation of protk_ and omssa_ may require additional steps (see below).
17
18 There are two ways you can satify these dependencies (choose one):
19
20 1. **Manual Install:** Details on how to install protk_ and omssa_ manually are available here_.
21
22 2. **Use Docker:** These tools are designed to run inside a docker_ container. If your galaxy supports `running tools within a docker container`__ you don't need to worry about dependencies. Simply install and things should just work. The docker container itself is versioned and new versions of this tool will automatically download an update to the container if needed.
23
24 .. _docker: https://www.docker.com/
25 .. _here: https://github.com/iracooke/protk/#galaxy-integration
26 .. _container: https://wiki.galaxyproject.org/Admin/Tools/Docker
27 __ container_
28
29
30 Further Info
31 ------------
32
33 The source code for this tool and other protk galaxy tools is on github_. Please visit the github page to contribute to the project or to `report an issue`__
34
35 .. _github: https://github.com/iracooke/protk-galaxytools
36 .. _issue: https://github.com/iracooke/protk-galaxytools/issues
37 __ issue_
38
39 Unfortunately the omssa_ search tool itself is `no longer actively developed`__ but it remains a useful tool. This wrapper uses the last released omssa_ binary.
40
41 .. _developed: http://pubchem.ncbi.nlm.nih.gov/omssa/
42 __ developed_