Skip to main content

No project description provided

Project description

LARA-django Sequences

LARA python-django application for managing sequences, like DNA, RNA, peptide/protein, PNA, XNA....

Installation

In the active LARA-django environment, install

cd  lara_django_sequences
pip install .

Add "my_new_app" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    ' lara_django_sequences',
]

Include the lara-django-app URLconf in your project urls.py like this:

path(' lara_django_sequences', include('my_new_app.urls')),

Run

python manage.py makemigrations  lara_django_sequences
python manage.py migrate 

to create the my_new_app database models.

In case you like to test the app, please load the demo data:

Start the development server

lara-django-dev runserver

and visit

http://127.0.0.1:8000/admin/

to create some entries (you'll need the Admin app enabled).

Environment variables

for development, please set

export DJANGO_ALLOWED_HOSTS=localhost
export DJANGO_SETTINGS_MODULE=lara_django.settings.devel

for production, please set

export DJANGO_SETTINGS_MODULE=lara_django.settings.production

if your media does not reside in the default media folder, please set environment variable to

export DJANGO_MEDIA_PATH='path/to/my/media'

to use user defined fixtures, please set: :: export

DJANGO_FIXTURE_PATH='path/to/user/fixtures'

Testing all applications

Basic Commands

Type checks

Running type checks with mypy:

$ mypy lara_django_sequences

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html

Running tests with pytest

$ pytest

Built with Cookiecutter Django Black code style

License: GPLv3

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

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

lara_django_sequences-0.2.91.tar.gz (272.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lara_django_sequences-0.2.91-py3-none-any.whl (345.0 kB view details)

Uploaded Python 3

File details

Details for the file lara_django_sequences-0.2.91.tar.gz.

File metadata

  • Download URL: lara_django_sequences-0.2.91.tar.gz
  • Upload date:
  • Size: 272.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for lara_django_sequences-0.2.91.tar.gz
Algorithm Hash digest
SHA256 91f362dd010ab38db51c6a4eebe7849725db18430a556065d4f80b12f75aac5b
MD5 1e016608b2beee9857246e7d108e6a54
BLAKE2b-256 096759f576e836580864f6c3db5c11362bf27eec5ab6fd7538c01c9725e39a79

See more details on using hashes here.

File details

Details for the file lara_django_sequences-0.2.91-py3-none-any.whl.

File metadata

File hashes

Hashes for lara_django_sequences-0.2.91-py3-none-any.whl
Algorithm Hash digest
SHA256 d99b6defc830e91d5058dc9752e9d73415b2b93581956be0f8b5036998aac7ff
MD5 1add57153c45040acd7f913fd2a53547
BLAKE2b-256 2947afc2ee60dde945bd924dd3717d6837cd9d0d0a8aaea6a41b57a2e37a8687

See more details on using hashes here.

Supported by

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