https://github.com/hms-dbmi/higlass
Raw File
Tip revision: 34058b63e200aa5215b93310428659c036b7a63b authored by Peter Kerpedjiev on 16 July 2022, 18:15:05 UTC
Fix deprecation warnings in sass
Tip revision: 34058b6
.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