Skip to main content

Client-server to handle Reindeer in query mode.

Project description

RDEER-SERVICE

rdeer-service is a tool to facilitate the use of Reindeer as socket mode. It also summarize its outputs.

It is a companion to Transipedia, a web application to query easily and fastly Reindeer.

Installation

Recommanded (pip)

python3 -m pip install rdeer-service

Other (git)

git clone https://github.com/Bio2M/rdeer-service.git

How to use?

Prerequisite

Reindeer must be installed and accessible by your PATH.

Start the server

the server must be in the same physical server than Reindeer, You can have multiple servers with Reindeer. Each of them must have the server.

rdeer-server /path/to/indexes
  • rdeer-server listen on port 12800, you can change this with --port option.
  • The server will only be able to handle indexes in the specified directory. If your indexes are spread over several directories, you may create symlinks in /path/to/indexes.
  • You can add, remove or change the name of the indexes, rdeer-server takes the changes on the fly.
  • It is recommanded to start rdeer-server as a daemon, using systemd, supervisord or whatever.

Use the client

The client could requests remote rdeer-server servers. You can enterely manage yours Reindeer indexes with subcommand:

  • list to show all indexes with their status
  • start <index-name> to start a index (the index name is the directory hosting the index files)
  • stop <index-name> to stop a index
  • check <index-name> to verify if index responding

show all indexes:

rdeer-client list

list all accessible indexes by rdeer-server, with status. Status are :

  • available the index is not running
  • loading the index is in a transitional mode until the running mode
  • running the index is started, and can be resquested.

Start an index:

rdeer-client start my-index

Will starts the my-index Reindeer index. When status is running, the index is ready to respond to requests.

Query an index

rdeer-client query my-index -q fasta-query

Requests the specified index, the query file is required and must be in a fasta format.

Options of query subcommand (rdeer-client query --help):

  • -q, --query to send a query file at the fasta format (required)
  • -n, --normalize to obtain normalized counts
  • -s, --server to request rdeer-server on remote host
  • -p, --port to resquest rdeer-server on a specified port (default: 12800)
  • -o, --outfile output is stdout by default, you can specified a file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdeer-service-1.3.6.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

rdeer_service-1.3.6-py3-none-any.whl (25.1 kB view details)

Uploaded Python 3

File details

Details for the file rdeer-service-1.3.6.tar.gz.

File metadata

  • Download URL: rdeer-service-1.3.6.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.2

File hashes

Hashes for rdeer-service-1.3.6.tar.gz
Algorithm Hash digest
SHA256 6021f99987ff38913a2d8331c5dd9a0b61b654fb4fecf45b1941602fb4bb607b
MD5 f6dca40ce2df7b2f1608938d8cf3a2b6
BLAKE2b-256 bf79d60ba14195f600dd5bd31d14012e3fcf1f73202bbe8efbc0f4f368f1b1a1

See more details on using hashes here.

Provenance

File details

Details for the file rdeer_service-1.3.6-py3-none-any.whl.

File metadata

File hashes

Hashes for rdeer_service-1.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b34e10b74cb730560fb261b8f4e62a1ee446c308f661eff80e8a8d623d2108e8
MD5 01d8d88b559a59885e501dc04a45fa42
BLAKE2b-256 34fb53932cbc845893e75f275ccaf1f7e9f66015de88f37be02d205e051024e4

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page