deepNEC 2.0 Download

Download the Standalone Version

The standalone version of deepNEC 2.0 can be downloaded from the link below:

Download deepNEC 2.0

Installation Instructions

  1. Download the Miniconda Installer for Linux:
  2. Miniconda Installer for Linux
  3. Extract the Archive:
  4. tar -xvzf deepnec-2.0.tar.gz
  5. Navigate to the Directory:
  6. cd deepnec-2.0
  7. Create and Activate a Conda Environment:
  8. conda env create -f environment.yml
    conda activate deepNEC
  9. Install the Package:
  10. pip install .

Usage Instructions

To run the deepNEC tool with the example FASTA file, use the following command:

deepnec -i ./example/test.fasta -od output
Note: Ensure you have all prerequisites installed before proceeding with the installation.