Skip to main content

reverse and/or complement dna sequence

Project description

A simple script to generate the (reverse) (complement) of a sequence

Status Python Version License

Tests Codecov

pre-commit Black

Repobeats analytics image

Requirements

  • Python 3.10 or higher

  • typer

  • icontract

  • rich

  • typeguard

Installation

You can install revseq via pip:

$ pip install revseq

or the latest development version from Github:

$ pip install git+https://github.com/milescsmith/revseq

Usage

By default, the reverse complement is returned.

revseq "aaggctt"

Alternatively, can use within another module or the Python REPL

from revseq import revseq

revseq("aaggctt", rev=True, comp=True)

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the GPL 3.0 license, revseq is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

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

revseq-1.0.0.tar.gz (24.3 kB view hashes)

Uploaded Source

Built Distribution

revseq-1.0.0-py3-none-any.whl (16.0 kB view hashes)

Uploaded Python 3

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