https://github.com/galaxyproject/galaxy
Raw File
Tip revision: a5abb20a89186290f58d35aae67f06117deb9577 authored by John Chilton on 19 September 2017, 10:58:26 UTC
Version 17.9.7
Tip revision: a5abb20
.gitignore
*.py[cod]

# C extensions
*.so

# Packages
.eggs
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build

.venv

# Download of involucro
involucro

# Bioconda recipes for auto update.
bioconda-recipes/
back to top