Skip to content

Commit

Permalink
updated installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed Nov 30, 2021
1 parent e831b0c commit 1b6e5db
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion installation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,20 @@ if you intend to install MSV permanently, you should add the above export statem

## Install GraphAligner and VG

@todo
conda install -c bioconda graphaligner
wget https://github.com/vgteam/vg/releases/download/v1.36.0/vg
chmod +x vg


## Install Gridss

conda create -n gridss gridss
conda activate gridss


## Install Manta

conda install manta


## Install Bcftools
Expand Down

0 comments on commit 1b6e5db

Please sign in to comment.