EoHW

Description

Extent of Homozygosity Workflow for the rehh package

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
Sept. 6, 2018
Updated
Oct. 22, 2019
Topics
bioinformatics biosmalltalk pharo pharo-smalltalk

Categories

System / OS

README excerpt

# 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.


← Back to results