https://github.com/hms-dbmi/higlass
Raw File
Tip revision: 175785259aca57feb49833101e4e2da68cba7c3d authored by Peter Kerpedjiev on 14 August 2021, 21:01:13 UTC
Turn off tests in github actions completely
Tip revision: 1757852
.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