An open API service indexing awesome lists of open source software.

https://github.com/hernanmd/eohw

Extent of Homozygosity Workflow for the rehh package
https://github.com/hernanmd/eohw

bioinformatics biosmalltalk pharo pharo-smalltalk

Last synced: 8 months ago
JSON representation

Extent of Homozygosity Workflow for the rehh package

Awesome Lists containing this project

README

          

# Installation

```bash
wget -O- get.pharo.org | bash
./pharo-ui Pharo.image &
```

From Pharo

```smalltalk
Metacello new
baseline: 'BaselineOfEoHW';
repository: 'github://hernanmd/BaselineOfEoHW/repository';
onConflictUseIncoming;
load
```

# Examples

Open a browser on the main class:

```smalltalk
Smalltalk tools browser openOnClass: CGRehh class
```

and check the example methods on class side.