1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!-- |
---|
3 | $Id: protocols.html 4509 2008-09-11 20:01:44Z jari $ |
---|
4 | |
---|
5 | Copyright (C) 2005 Jari Hakkinen, Nicklas Nordborg |
---|
6 | Copyright (C) 2006 Jari Hakkinen |
---|
7 | |
---|
8 | This file is part of BASE - BioArray Software Environment. |
---|
9 | Available at http://base.thep.lu.se/ |
---|
10 | |
---|
11 | BASE is free software; you can redistribute it and/or |
---|
12 | modify it under the terms of the GNU General Public License |
---|
13 | as published by the Free Software Foundation; either version 3 |
---|
14 | of the License, or (at your option) any later version. |
---|
15 | |
---|
16 | BASE is distributed in the hope that it will be useful, |
---|
17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
19 | GNU General Public License for more details. |
---|
20 | |
---|
21 | You should have received a copy of the GNU General Public License |
---|
22 | along with BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
23 | --> |
---|
24 | <html> |
---|
25 | <head> |
---|
26 | <title>BASE - Core specification - Protocols and hardware / software</title> |
---|
27 | <link rel=stylesheet type="text/css" href="../../styles.css"> |
---|
28 | </head> |
---|
29 | <body> |
---|
30 | |
---|
31 | <div class="navigation"> |
---|
32 | <a href="../../index.html">BASE</a> |
---|
33 | <img src="../../next.gif"> |
---|
34 | <a href="index.html">Core specification</a> |
---|
35 | <img src="../../next.gif"> |
---|
36 | Protocols and hardware / software |
---|
37 | </div> |
---|
38 | |
---|
39 | <h1>Protocols and hardware / software</h1> |
---|
40 | |
---|
41 | <div class="abstract"> |
---|
42 | <p> |
---|
43 | This document covers the details of how information about |
---|
44 | protocols, hardware and software is handled by BASE. |
---|
45 | </p> |
---|
46 | |
---|
47 | <b>Contents</b><br> |
---|
48 | <ol> |
---|
49 | <li><a href="#protocols">Protocols</a> |
---|
50 | <li><a href="#hardware">Hardware</a> |
---|
51 | <li><a href="#software">Software</a> |
---|
52 | </ol> |
---|
53 | |
---|
54 | <b>See also</b><br> |
---|
55 | <ul> |
---|
56 | <li><a href="../../development/overview/data/wares.html">Implementation overview - hardware and software</a> |
---|
57 | <li><a href="../../development/overview/data/protocols.html">Implementation overview - protocols</a> |
---|
58 | </ul> |
---|
59 | |
---|
60 | <p class="authors"> |
---|
61 | <b>Last updated:</b> $Date: 2008-09-11 20:01:44 +0000 (Thu, 11 Sep 2008) $ |
---|
62 | </p> |
---|
63 | </div> |
---|
64 | |
---|
65 | <a name="protocols"> |
---|
66 | <h2>1. Protocols</h2> |
---|
67 | </a> |
---|
68 | |
---|
69 | <ol> |
---|
70 | <li>A protocol describes a standardized procedure for doing something. |
---|
71 | <li>There are multiple types of protocols, corresponding to different |
---|
72 | tables or actions in BASE. Some protocol types (mostly concerning |
---|
73 | biomaterials) are system protocol types, required to exist and |
---|
74 | not be modified by users. More protocol types can be created as |
---|
75 | needed. |
---|
76 | <li>The standard protocol types are: |
---|
77 | sampling, extraction, labeling, pooling, hybridization, printing, |
---|
78 | scanning, feature extraction. |
---|
79 | <li>Custom protocol types are needed to describe user-defined events |
---|
80 | in the array LIMS. |
---|
81 | <li>A protocol is of a single protocol type. |
---|
82 | <li class="invalid">A protocol may be annotated. |
---|
83 | <li>A single file may be attached to a protocol. |
---|
84 | <li class="question invalid">[implementation note] There should be a dummy protocol |
---|
85 | "none" for each system protocol type. |
---|
86 | </ol> |
---|
87 | |
---|
88 | |
---|
89 | <a name="hardware"> |
---|
90 | <h2>2. Hardware</h2> |
---|
91 | </a> |
---|
92 | |
---|
93 | <ol> |
---|
94 | <li>A hardware item represents a physical piece of hardware. |
---|
95 | <li>There are different types of hardware. So far the only |
---|
96 | type is scanner. |
---|
97 | </ol> |
---|
98 | |
---|
99 | |
---|
100 | <a name="software"> |
---|
101 | <h2>3. Software</h2> |
---|
102 | </a> |
---|
103 | |
---|
104 | <ol> |
---|
105 | <li>There is one type of software: feature extraction software. |
---|
106 | <li>The software item describes a particular software version. |
---|
107 | </ol> |
---|
108 | |
---|
109 | |
---|
110 | </body> |
---|
111 | </html> |
---|