Skip to content

Commit

Permalink
Merge pull request #1 from VDBWRAIR/necrolyte2-install
Browse files Browse the repository at this point in the history
Will fix the names of files after merging
  • Loading branch information
necrolyte2 committed Feb 2, 2016
2 parents 6ea10a8 + a4c4cc4 commit 8bac710
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# BioFramework

# Setup/Install

1. Install miniconda

```
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O conda.sh
bash conda.sh -p myconda
export PATH=${PWD}/myconda/bin:$PATH
conda config --add channels r
conda config --add channels bioconda
```

2. Install required software

```
conda install --file requirements.txt
```
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bwa
samtools
cutadapt

0 comments on commit 8bac710

Please sign in to comment.