Skip to main content

Sequence similarity searches (e.g. BLAST) made easy.

Project description

PyPI version

seqsearch version 2.2.1

seqsearch is a python package for dealing sequence similarity searches (e.g. BLAST on DNA sequences) and automation.

It has many convenience methods that can automatically launch several types of search algorithms, as well as quick installation of sequence reference databases.

Prerequisites

Since seqsearch is written in python, it is compatible with all operating systems: Linux, macOS and Windows. The only prerequisite is python3 (which is often installed by default) along with the pip3 package manager.

To check if you have python3 installed, type the following on your terminal:

$ python3 -V

If you do not have python3 installed, please refer to the section obtaining python3.

To check you have pip3 installed, type the following on your terminal:

$ pip3 -V

If you do not have pip3 installed, please refer to the section obtaining pip3.

Installing

To install the seqsearch package, simply type the following commands on your terminal:

$ pip3 install --user seqsearch

Alternatively, if you want to install it for all users of the system:

$ sudo pip3 install seqsearch

Usage

Bellow are some examples to illustrate the various ways there are to use this package.

Searches

You can parallelize BLAST searches by splitting the input into several files. It's easier to chop-up the input, because database chopping requires message passing across the nodes like mpiblast does (when and if it works).

Input chopping is fine as long as the database to search against fits in the RAM of the nodes. If the input is small and the database is large you can always switch them one for the other (in most cases).

# This example is not completed yet. TODO.

Databases

# This example is not completed yet. TODO.

Extra documentation

More documentation is available at:

http://xapple.github.io/seqsearch/seqsearch

This documentation is simply generated with:

$ pdoc --output-dir docs seqsearch

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

seqsearch-2.2.1.tar.gz (21.3 kB view details)

Uploaded Source

File details

Details for the file seqsearch-2.2.1.tar.gz.

File metadata

  • Download URL: seqsearch-2.2.1.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for seqsearch-2.2.1.tar.gz
Algorithm Hash digest
SHA256 5f6311bbc5e077e20f5f651c77585ef0081bfc87bf80061175bbcdaa3cdbd266
MD5 bdee2cc80fd9d01d184974fba8fceba9
BLAKE2b-256 408c912a5da6a89bd2bce0baa5a4f03a389c00b2d933d652347f8ddf4e521fbf

See more details on using hashes here.

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