BlastQB

Description

Blast Query Builder, part of the PhyloclassTalk software for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
March 3, 2015
Updated
Sept. 20, 2019
Topics
bioinformatics biosmalltalk blast ncbi-blast pharo pharo-smalltalk query query-builder user-interface

Categories

System / OS

README excerpt

# 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.
 ```
 
← Back to results