Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Dec 23, 2016
1 parent b5f1974 commit 700f083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install-snpEff:
wget http://sourceforge.net/projects/snpeff/files/snpEff_latest_core.zip -O $(PREFIX)/lib/snpEff_latest_core.zip
cd $(PREFIX)/lib && unzip -o snpEff_latest_core.zip
mv $(PREFIX)/lib/snpEff/snpEff.jar $(PREFIX)/lib/.
mv $(PREFIX)/lib/snpEff/snpEff.config $(PREFIX)/config/original/snpEff.conf
mv $(PREFIX)/lib/snpEff/snpEff.config $(PREFIX)/config/snpEff.conf
rm -rf $(PREFIX)/lib/snpEff_latest_core.zip
rm -rf $(PREFIX)/lib/snpEff

Expand Down
2 changes: 1 addition & 1 deletion config/original/LyveSET.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[global]
VERSION = 2.0-dev
VERSION = 2.0

# MODULES that can be switched out for other flavors
# SNP callers: varscan, freebayes
Expand Down

0 comments on commit 700f083

Please sign in to comment.