annotate README.md @ 0:487f80fb99ae draft

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