Skip to content

Commit 9f2f757

Browse files
authored
Update README.md
1 parent a6fdc9e commit 9f2f757

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
<img align="right" height="100" src="logo.png">
2+
13
# Samasy
24
A **Sa**mple **Ma**nagement **Sy**stem for 96 well plates, including robotic transfer.
35

4-
![Image of Interface](interface.png)
6+
Sample automation and management is increasingly important as the number and size of population-scale and high-throughput projects grow. This is particularly the case in large-scale population studies where sample size is far outpacing the commonly used 96-well plate format. To facilitate management and transfer of samples in this format, we present Samasy, a web-based application for the construction of a sample database, intuitive display of sample and batch information, and facilitation of automated sample transfer or subset. Samasy is designed with ease-of-use in mind, can be quickly set up, and runs in any web browser.
7+
8+
*Details about how Samasy is implemented can be found [here](IMPLEMENTATION.md).
9+
Please cite the following publication if Samasy is used for an academic project: TBD*
10+
11+
Here's how you get started:
512

613
## Install Dependencies
714
### RVM and Ruby 2.0.0
8-
This software was written and tested with ruby 2.0.0. It is recommened to install this version with rvm if you have a different verison
15+
This software was written and tested with ruby 2.0.0. We recommend installing this version with rvm if you have a another verison on your system:
916
```
1017
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
1118
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby
@@ -34,5 +41,5 @@ username: [email protected]_
3441
password: _demo_
3542

3643

37-
**Additional details about how Samasy is implemented can be found [here](IMPLEMENTATION.md).
38-
If you have been using Samasy for an academic project, please cite the following publication: TBD**
44+
The interface showing the *Batch view*:
45+
![Image of Interface](interface.png)

0 commit comments

Comments
 (0)