Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,24 @@ Details on the models are provided in the respective subfolders as well as in th
Here, we provide a brief description on the core funtionality of TEPIC, the computation of TF-gene scores.

## Installing TEPIC

### Using conda

If you use conda, create the required environment by running

conda env create tepic -f conda.yaml

Activate the environment using

conda activate tepic

Then, in the Code/ directory, compile TRAPmulti.cpp

g++ TRAPmulti.cpp -O3 -fopenmp -o TRAPmulti

You can now use TEPIC.sh

### Manual installation
To run *TEPIC* the following packages/software must be installed:
* Python (minimum version 2.7)
* [bedtools](https://github.com/arq5x/bedtools2): Installation instructions for bedtools can be found [here](http://bedtools.readthedocs.io/en/latest/content/installation.html). Please make sure to add
Expand Down
18 changes: 18 additions & 0 deletions conda.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: TEPIC
channels:
- bioconda
- conda-forge
- r
dependencies:
- compilers
- bedtools
- numpy
- scipy
- twobitreader
- r-gplots
- r-ggplot2
- r-glmnet
- r-domc
- r-reshape2
- r-gridextra
- r-data.table