Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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