https://github.com/hms-dbmi/higlass
Raw File
Tip revision: 25542fefd432a1b4a9bcc8957f1341f366dfd782 authored by Peter Kerpedjiev on 27 January 2020, 03:49:33 UTC
Removed sphinx-autobuild from requirements
Tip revision: 25542fe
.gitignore
app/local
yarn.lock
build/
docs/_build/
npm-debug.log
**/*.un~
*.swo
*.swn
**/*.swp
**/*#
temp/**
data/**
data
output/**
notebooks/.ipynb_checkpoints/**
notebooks/**/*.log
.tmp
*.pyc
node_modules/
jsons/
.DS_Store
*.zip
.idea/
report.html
docs/_build
webpack-stats.json
dist
lib/vendor
app/test*.html
back to top