https://github.com/hernanmd/blastqb
Blast Query Builder, part of the PhyloclassTalk software for Pharo Smalltalk
https://github.com/hernanmd/blastqb
bioinformatics biosmalltalk blast ncbi-blast pharo pharo-smalltalk query query-builder user-interface
Last synced: 9 months ago
JSON representation
Blast Query Builder, part of the PhyloclassTalk software for Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/hernanmd/blastqb
- Owner: hernanmd
- License: mit
- Created: 2015-03-03T19:38:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T13:58:27.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T21:42:31.605Z (over 1 year ago)
- Topics: bioinformatics, biosmalltalk, blast, ncbi-blast, pharo, pharo-smalltalk, query, query-builder, user-interface
- Language: Smalltalk
- Size: 495 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Blast Query Builder, part of the PhyloclassTalk software for Pharo Smalltalk
# Installation
## Stable version (All group) from CLI
Install **BlastQB** from Command-Line Interface using [Pharo Instal](https://github.com/hernanmd/pi)l:
```bash
pi install BlastQB
```
## Stable version (Basic group) from Pharo
[//]: # (pi)
```smalltalk
Metacello new
baseline: 'BlastQB';
repository: 'github://hernanmd/BlastQB/repository';
load.
```