annotate README.md @ 0:ef7cc296f063 draft default tip

Initial commit.
author galaxyp
date Fri, 10 May 2013 16:42:08 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
1 This repository contains a Galaxy tool for computing the false
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
2 discovery rate of tabular data using entries marked as decoys.
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
3 # Obtaining Tools
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
4
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
5 Repositories for all Galaxy-P tools can be found at
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
6 https:/bitbucket.org/galaxyp/.
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
7
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
8 # Contact
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
9
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
10 Please send suggestions for improvements and bug reports to
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
11 jmchilton@gmail.com.
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
12
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
13 # License
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
14
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
15 All Galaxy-P tools are licensed under the Apache License Version 2.0
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
16 unless otherwise documented.
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
17
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
18 # Tool Versioning
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
19
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
20 Galaxy-P tools will have versions of the form X.Y.Z. Versions
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
21 differing only after the second decimal should be completely
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
22 compatible with each other. Breaking changes should result in an
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
23 increment of the number before and/or after the first decimal. All
ef7cc296f063 Initial commit.
galaxyp
parents:
diff changeset
24 tools of version less than 1.0.0 should be considered beta.