annotate README.md @ 0:77cc9cc99e15 draft

Initial commit.
author galaxyp
date Fri, 10 May 2013 18:11:25 -0400
parents
children 91fb73c8619c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
1 # Peptide-Spectrum Match Evaluator (psm_eval)
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
2
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
3 This repository contains the psm_eval tool that allows for
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
4 re-evaulation of identified PSM based on multiple, flexiable user
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
5 supplied critiria and produces results that can be used to visualize
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
6 PSMs using ProtVis
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
7 (https://github.com/jmchilton/protvis/tree/lorikeet-reintegration).
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
8
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
9
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
10 # Obtaining Tools
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
11
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
12 Repositories for all Galaxy-P tools can be found at
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
13 https:/bitbucket.org/galaxyp/.
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
14
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
15 # Contact
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
16
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
17 Please send suggestions for improvements and bug reports to
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
18 jmchilton@gmail.com.
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
19
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
20 # License
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
21
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
22 All Galaxy-P tools are licensed under the Apache License Version 2.0
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
23 unless otherwise documented.
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
24
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
25 # Tool Versioning
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
26
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
27 Galaxy-P tools will have versions of the form X.Y.Z. Versions
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
28 differing only after the second decimal should be completely
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
29 compatible with each other. Breaking changes should result in an
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
30 increment of the number before and/or after the first decimal. All
77cc9cc99e15 Initial commit.
galaxyp
parents:
diff changeset
31 tools of version less than 1.0.0 should be considered beta.