Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 696 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 696 Bytes

IntronSeeker conda build

Install conda build

Install conda build in base environment

conda install -n base conda-build

Set build dir as conda channel

Edit the ~/.condarc file with following content to add a local channel

channels:
  - ...
  - file:///<absolute-path-to-conda-install>/conda-bld/
  - ...

Where you replace <absolute-path-to-conda-install> by the place conda-build packages are stored

Build packages

Run the following command

build.sh

Failure can be cleanned with:

conda build purge

Install packages

conda install intronseeker