Installation¶
Via source code¶
Requirements¶
The following software are required: - [git](https://git-scm.com/book/fr/v1/D%C3%A9marrage-rapide-Installation-de-Git#Installation-sur-Linux) - [conda](https://conda.io/miniconda.html):
$ make install-conda $ make configure-conda
Install the tool¶
- Clone this repository (or get the release)
$ git clone https://github.com/bebatut/PylProtPredictor.git
- Move into the directory
$ cd pyl_protein_prediction
- Prepare the environment (only once)
$ make create-env
- Activate the conda environment
$ source activate PylProtPredictor
- Build the package
$ make init