annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
1 OMSSA
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
2 =====
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
3
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
4 Galaxy wrapper for the OMSSA tandem ms search tool
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
5
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
6 Requirements
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
7 ------------
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
8
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
9 This package uses protk_, omssa_ and blast_ which need to be present in order for the tool to work.
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
10
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
11 .. _protk: https://github.com/iracooke/protk
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
12 .. _omssa: http://www.ncbi.nlm.nih.gov/pubmed/15473683
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
13 .. _blast: https://toolshed.g2.bx.psu.edu/view/devteam/ncbi_blast_plus
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
14
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
15
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
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).
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
17
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
18 There are two ways you can satify these dependencies (choose one):
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
19
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
20 1. **Manual Install:** Details on how to install protk_ and omssa_ manually are available here_.
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
21
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
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.
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
23
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
24 .. _docker: https://www.docker.com/
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
25 .. _here: https://github.com/iracooke/protk/#galaxy-integration
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
26 .. _container: https://wiki.galaxyproject.org/Admin/Tools/Docker
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
27 __ container_
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
28
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
29
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
30 Further Info
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
31 ------------
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
32
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
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`__
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
34
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
35 .. _github: https://github.com/iracooke/protk-galaxytools
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
36 .. _issue: https://github.com/iracooke/protk-galaxytools/issues
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
37 __ issue_
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
38
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
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.
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
40
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
41 .. _developed: http://pubchem.ncbi.nlm.nih.gov/omssa/
51f6c6446e69 Docker support and update for protk 1.4
iracooke
parents:
diff changeset
42 __ developed_