Class: Bio::DDBJ::REST::Mafft

Inherits:
WABItemplate show all
Defined in:
lib/bio/io/ddbjrest.rb

Overview

Description

DDBJ (DNA DataBank of Japan) web service of MAFFT multiple sequence alignment software. See below for details and examples.

Constant Summary

Constants inherited from WABItemplate

WABItemplate::WABI_HOST, WABItemplate::WABI_PATH

Instance Method Summary collapse

Instance Method Details

#analyzeParam(query, param) ⇒ Object



272
# File 'lib/bio/io/ddbjrest.rb', line 272

def analyzeParam(query, param); end

#analyzeParamAsync(query, param) ⇒ Object



276
# File 'lib/bio/io/ddbjrest.rb', line 276

def analyzeParamAsync(query, param); end

#analyzeSimple(query) ⇒ Object



280
# File 'lib/bio/io/ddbjrest.rb', line 280

def analyzeSimple(query); end

#analyzeSimpleAsync(query) ⇒ Object



284
# File 'lib/bio/io/ddbjrest.rb', line 284

def analyzeSimpleAsync(query); end