File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 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
14
2
15
3
test :
16
4
nosetests --verbose --with-coverage --cover-package kb_python
@@ -36,5 +24,5 @@ bump_minor:
36
24
bump_major :
37
25
bumpversion major
38
26
39
- upload-test :
40
- twine upload --repository-url https://test.pypi.org/legacy/ dist/ *
27
+ push_release :
28
+ git push && git push --tags
You can’t perform that action at this time.
0 commit comments