Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 573 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 573 Bytes

molgenis-app-eqtlgen

Frontend for eqtlgen paper

Configuration

For a MOLGENIS app. This is structure is needed to make sure resources are loaded correctly:

  • src/css/vendor
  • src/js/vendor

MOLGENIS data upload

Does not work for files larger then 150mb, must be loaded in Postgres itself.

Elasticsearch:

Update your elastic search setting to index files larger then 10000*10 rows.Execute this command on the command line.

curl -X PUT -H "Content-Type: application/json" -d '{"index.max_result_window" : "10000000"}' "localhost:9200/_all/_settings"