Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T13:58:27.000Z (over 5 years ago)
- Last Synced: 2024-05-01T14:12:28.646Z (8 months 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.
```