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.4.0.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

rdeer_service-1.4.0-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rdeer-service-1.4.0.tar.gz
Algorithm Hash digest
SHA256 a28b34e5e4b6a1af96f027af94f1464ba0f4752f44e6e12b4eebb8984a5a1efc
MD5 9a833365e6f49be6a2411e20db179abb
BLAKE2b-256 50d85d8ffba365475cec7d84cef7af129532a68aa863b451889cc2276565378e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for rdeer_service-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 51c5af47bbd3b4d81993d75f9192ce958cab8a9d5a7abdc85a1feae40f820e4a
MD5 2dd2c2814ad27e2103a982ec226c72c3
BLAKE2b-256 ebee3209c025859511db81af4934503f1d39128792c31ab2df68294b7690e823

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