comparison README.rst @ 8:f567d1818b84 draft

Docker support and update for protk 1.4
author iracooke
date Thu, 26 Mar 2015 20:04:50 -0400
parents
children
comparison
equal deleted inserted replaced
7:75184e45bf84 8:f567d1818b84
1 Mascot
2 ======
3
4 Galaxy wrapper for the Mascot_ tandem ms search tool and a tool to convert results to `pepXML`
5
6 .. _Mascot: http://www.matrixscience.com/
7
8 Requirements
9 ------------
10
11 This package uses protk_, and the trans_proteomic_pipeline_ which need to be present in order for the tool to work. In addition, you will need a working installation of Mascot_ which is commercial software.
12
13 .. _protk: https://github.com/iracooke/protk
14 .. _trans_proteomic_pipeline: http://tools.proteomecenter.org/wiki/index.php?title=Software:TPP
15
16
17 There are two ways you can satify these dependencies (choose one):
18
19 1. **Manual Install:** Details on how to install protk_, msgfplus_ and Proteowizard_ manually are available here_.
20
21 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.
22
23 .. _docker: https://www.docker.com/
24 .. _here: https://github.com/iracooke/protk/#galaxy-integration
25 .. _container: https://wiki.galaxyproject.org/Admin/Tools/Docker
26 __ container_
27
28
29 Further Info
30 ------------
31
32 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`__
33
34 .. _github: https://github.com/iracooke/protk-galaxytools
35 .. _issue: https://github.com/iracooke/protk-galaxytools/issues
36 __ issue_