NucleoFind 0.7.0 Help

Package Installation

Python Package

To install NucleoFind as a Python package:

  1. Create and source virtual environment

  2. Run:

    pip install nucleofind

From GitHub

To install NucleoFind from source:

  1. Clone the repository

    git clone https://github.com/Dialpuri/NucleoFind.git
  2. Change directory into the new repo

    cd NucleoFind
  3. Create and source a virtual environment

    python3 -m virtualenv pyenv
  4. Go to package directory

    cd package
  5. Gather the dependency source files

    ./get_sources
  6. Install the package locally

    pip install .
Last modified: 14 September 2024