Skip to content

EvolBioInf/never

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Neighbors Server

Introduction

Neighbors is a package for finding the genomes of one or more target organisms and their closest relatives, their neighbors. The Neighbors server, never, provides web access to the facilities of the Neighbors package.

Author

Bernhard Haubold, haubold@evolbio.mpg.de

Make the Server

Make the program bin/never

make

Run the Server

Given a Neighbors datbase in ~/data/neidb, the server can be run locally on port, say, 8080.

./bin/never -o localhost -p 8080 -d ~/data/neidb

See Neighbors for a description of how to make a Neighbors database.

Query for Taxon IDs

If never is running as show above, you can download the taxon IDs of taxa whose name matches Homo sapiens in substring mode. In substring mode matching is run on the input string wrapped in SQL wild cards, %, and with blanks replaced by wild cards, so Homo sapiens becomes %Homo%sapiens%

http://localhost:8080/taxi/?t=Homo%20sapiens&s=1

Make the Documentation

Make `doc/neverDoc.pdf`.

make doc

License

GNU General Public License

About

Neighbors Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published