Skip to content

Commit 154a41e

Browse files
committed
update makefile
1 parent b489520 commit 154a41e

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Makefile

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
.PHONY : install test check build clean upload-test
2-
3-
KALLISTO_VERSION=v0.46.0
4-
BUSTOOLS_VERSION=v0.39.3
5-
6-
install:
7-
wget https://github.com/pachterlab/kallisto/releases/download/v0.46.0/kallisto_linux-$(KALLISTO_VERSION).tar.gz -O kallisto.tar.gz
8-
tar -xvzf kallisto.tar.gz
9-
sudo cp kallisto/kallisto /usr/local/bin
10-
11-
wget https://github.com/BUStools/bustools/releases/download/v0.39.3/bustools_linux-$(BUSTOOLS_VERSION).tar.gz -O bustools.tar.gz
12-
tar -xvzf bustools.tar.gz
13-
sudo cp bustools/bustools /usr/local/bin
1+
.PHONY : install test check build clean push_release
142

153
test:
164
nosetests --verbose --with-coverage --cover-package kb_python
@@ -36,5 +24,5 @@ bump_minor:
3624
bump_major:
3725
bumpversion major
3826

39-
upload-test:
40-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
27+
push_release:
28+
git push && git push --tags

0 commit comments

Comments
 (0)