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
- Host: GitHub
- URL: https://github.com/hernanmd/eohw
- Owner: hernanmd
- License: mit
- Created: 2018-09-06T19:03:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T22:10:18.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T21:42:29.753Z (9 months ago)
- Topics: bioinformatics, biosmalltalk, pharo, pharo-smalltalk
- Language: Smalltalk
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.