-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
-
This workflow is intended only for GNU/Linux systems. Some of the rules invoke the GNU versions of commands like
sed,grep, andsort, which may cause issues if you are on BSD systems like OpenBSD or macOS. The rules were not tested on BSD systems, so it might not be an issue, but I cannot say for certain. If using BSD systems, you may need to install the GNU versions of those commands and augment the rules to reflect those GNU commands. LepWrap will 100% not work on Windows (unless using it inside a WSL).
Create an environment called lepwrap and install LepWrap into it in a single command.
conda create -n lepwrap -c bioconda lepwrapActivate the environment with conda activate lepwrap
Download a zip of this repository using the "Code" button on the top-right and unzip it on your machine or:
git clone https://github.com/pdimens/LepWrap.gitAssuming you have anaconda or miniconda installed:
cd LepWrap
conda env create -f conda_setup.ymlThis will create an environment called lepwrap that can be activated with:
conda activate lepwrapThen, install all the software dependencies into the environment's path with
.misc/install.sh