Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redndgreen8 authored Dec 15, 2020
1 parent 759b207 commit 28a7ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environme
- gcc
- tabix

`conda create --name <proj_env> bedtools samtools snakemake boost gcc=7.3.0`
`conda create --name <proj_env> bedtools samtools snakemake boost R gcc=7.3.0`

conda install can be used to further add packages to <proj> environment with explicit version numbers.

Expand All @@ -49,7 +49,7 @@ viterbi.cpp needs boost to compile

`g++ -W -I {boost_install}/boost/include/ viterbi.noclip.cpp -o viterbi`

6. fai file has to be in the same dir as asm.fa / hg38.fa
6. fai file has to be in the same dir as asm.fa / hg38.fa / reference.fa

## Running program

Expand Down

0 comments on commit 28a7ed6

Please sign in to comment.