Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
4296736a
Commit
4296736a
authored
Dec 02, 2019
by
Alessia Marcolini
Browse files
Add environment file
parent
0dda140d
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
4296736a
### INF pipeline
**
Requirements
**
Python3 with mlpy (!), numpy, scikit-learn, pandas, snakemake
R >= 3.2.3 with argparse, cvTools, doParallel, TunePareto, igraph, lubridate, data.table
To install R via Anaconda:
[
doc
](
https://docs.anaconda.com/anaconda/user-guide/tasks/using-r-language/
)
**
Setup
**
```
bash
git clone https://gitlab.fbk.eu/MPBA/inf_revamped
cd
inf_revamped
conda
env
create
-f
env.yml
-n
inf
conda activate inf
```
To install the R dependencies, run the following command from the R prompt:
To install the R dependencies (not in conda channels), run the following command via the R prompt:
```
bash
install.packages
(
"TunePareto"
)
```
`
install
.packages(c("argparse", "cvTools", "doParallel", "TunePareto", "igraph", "lubridate", "data.table"))`
To
install
mlpy, follow the instructions
[
here
](
https://gitlab.fbk.eu/MPBA/mlpy
)
.
**Input files**
...
...
env.yml
0 → 100644
View file @
4296736a
name
:
base
channels
:
-
defaults
-
bioconda
dependencies
:
-
python=3.6
-
gsl
-
numpy
-
scikit-learn
-
libgcc
-
r-cvtools
-
r-doparallel
-
r-igraph
-
pandas
-
r-argparse
-
r-data.table
-
r-lubridate
-
matplotlib
-
matplotlib-venn
-
tqdm
-
conda
-
snakemake
prefix
:
//anaconda/envs/inf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment