annotate README.md @ 7:7055a90a71d7 draft

Uploaded
author galaxyp
date Mon, 24 Jun 2013 17:41:31 -0400
parents 35cf23cd8c3d
children d3d4e579321b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
1 This repository contains tool wrappers for the Tabb lab tools
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
2 idqonvert, myrimatch, and tagrecon. There is also an IDPicker3 tool
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
3 wrapper, but it does not work due to bugs in IDPicker3's file merging
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
4 functionality.# Obtaining Tools
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
5
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
6 Repositories for all Galaxy-P tools can be found at
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
7 https:/bitbucket.org/galaxyp/.
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
8
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
9 # Contact
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
10
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
11 Please send suggestions for improvements and bug reports to
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
12 jmchilton@gmail.com.
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
13
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
14 # License
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
15
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
16 All Galaxy-P tools are licensed under the Apache License Version 2.0
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
17 unless otherwise documented.
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
18
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
19 # Tool Versioning
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
20
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
21 Galaxy-P tools will have versions of the form X.Y.Z. Versions
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
22 differing only after the second decimal should be completely
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
23 compatible with each other. Breaking changes should result in an
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
24 increment of the number before and/or after the first decimal. All
35cf23cd8c3d Initial commit.
galaxyp
parents:
diff changeset
25 tools of version less than 1.0.0 should be considered beta.