annotate README.md @ 1:437a18ccbdc2 draft default tip

Uploaded
author galaxyp
date Fri, 10 May 2013 10:38:05 -0400
parents 44077d92c836
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
437a18ccbdc2 Uploaded
galaxyp
parents: 0
diff changeset
1 This repository contains a Galaxy wrapper for the application
437a18ccbdc2 Uploaded
galaxyp
parents: 0
diff changeset
2 iQuant. More information about iQuant can be found in its paper
437a18ccbdc2 Uploaded
galaxyp
parents: 0
diff changeset
3 http://www.ncbi.nlm.nih.gov/pubmed/20821806.
437a18ccbdc2 Uploaded
galaxyp
parents: 0
diff changeset
4
0
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
5 # Obtaining Tools
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
6
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
7 Repositories for all Galaxy-P tools can be found at
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
8 https:/bitbucket.org/galaxyp/.
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
9
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
10 # Contact
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
11
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
12 Please send suggestions for improvements and bug reports to
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
13 jmchilton@gmail.com.
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
14
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
15 # License
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
16
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
17 All Galaxy-P tools are licensed under the Apache License Version 2.0
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
18 unless otherwise documented.
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
19
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
20 # Tool Versioning
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
21
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
22 Galaxy-P tools will have versions of the form X.Y.Z. Versions
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
23 differing only after the second decimal should be completely
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
24 compatible with each other. Breaking changes should result in an
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
25 increment of the number before and/or after the first decimal. All
44077d92c836 Initial commit.
galaxyp
parents:
diff changeset
26 tools of version less than 1.0.0 should be considered beta.