0
|
1 # Protein Database Downloader
|
|
2
|
|
3 This tool allows users to download protein databases from common
|
|
4 sources. This tool has no external dependencies beyond wget.
|
|
5 # Obtaining Tools
|
|
6
|
|
7 Repositories for all Galaxy-P tools can be found at
|
|
8 https:/bitbucket.org/galaxyp/.
|
|
9
|
|
10 # Contact
|
|
11
|
|
12 Please send suggestions for improvements and bug reports to
|
|
13 jmchilton@gmail.com.
|
|
14
|
|
15 # License
|
|
16
|
|
17 All Galaxy-P tools are licensed under the Apache License Version 2.0
|
|
18 unless otherwise documented.
|
|
19
|
|
20 # Tool Versioning
|
|
21
|
|
22 Galaxy-P tools will have versions of the form X.Y.Z. Versions
|
|
23 differing only after the second decimal should be completely
|
|
24 compatible with each other. Breaking changes should result in an
|
|
25 increment of the number before and/or after the first decimal. All
|
|
26 tools of version less than 1.0.0 should be considered beta.
|