comparison README.rst @ 1:354e820eb485 draft

Docker support and update for protk 1.4
author iracooke
date Thu, 26 Mar 2015 21:27:53 -0400
parents
children
comparison
equal deleted inserted replaced
0:a90539d8e409 1:354e820eb485
1 Make Decoys
2 ===========
3
4 Create decoy sequences for tandem ms searching
5
6 Requirements
7 ------------
8
9 This package uses protk_ which needs to be present in order for the tool to work.
10
11 .. _protk: https://github.com/iracooke/protk
12
13 There are two ways you can satify this dependency (choose one):
14
15 1. **Manual Install:** Details on how to install protk_ manually are available here_.
16
17 2. **Use Docker:** This tool is 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.
18
19 .. _docker: https://www.docker.com/
20 .. _here: https://github.com/iracooke/protk/#galaxy-integration
21 .. _container: https://wiki.galaxyproject.org/Admin/Tools/Docker
22 __ container_
23
24
25 Further Info
26 ------------
27
28 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`__
29
30 .. _github: https://github.com/iracooke/protk-galaxytools
31 .. _issue: https://github.com/iracooke/protk-galaxytools/issues
32 __ issue_
33