swh:1:snp:68efb3baf28256c952b30ae9ecf5cb4fac86eafb
Raw File
Tip revision: ca3c77f03c8e90fa210a854bda20083eac75484c authored by John Chilton on 08 October 2016, 13:52:57 UTC
Version 16.10.7
Tip revision: ca3c77f
.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