YeoLab / outrigger

Create a *de novo* alternative splicing database, validate splicing events, and quantify percent spliced-in (Psi) from RNA seq data
http://yeolab.github.io/outrigger/
BSD 3-Clause "New" or "Revised" License
62 stars 22 forks source link

Release v0.2.3 #20

Closed olgabot closed 8 years ago

olgabot commented 8 years ago

Release checklist

git tag -a v0.2.1 -m "v0.2.1 - Release *with* requirements.txt"
git push origin v0.2.1
git push origin :refs/tags/v0.2.1
git tag -fa v0.2.1
git push origin master --tags
python setup.py register -r pypitest
python setup.py sdist upload -r pypitest
warning: unexpected indent on line 615 blah blah I'm pypi RST and I'm way too strict
conda create --yes -n outrigger_pypi_test_v3 --file conda_requirements.txt
source activate outrigger_pypi_test_v3
pip install --index-url https://testpypi.python.org/pypi outrigger --extra-index-url https://pypi.python.org/simple
python setup.py register -r pypi
python setup.py sdist upload -r pypi
anaconda login
anaconda upload dist/*.tar.gz
olgabot commented 8 years ago

Didn't need to do 6 or 8 or 14