higlass-docker icon indicating copy to clipboard operation
higlass-docker copied to clipboard

Builds a docker container wrapping higlass-server and higlass-client in nginx

Results 47 higlass-docker issues
Sort by recently updated
recently updated
newest added

> TODO: hit the hg server, and then check whether the state on redis has actually changed. (Probably using the raw protocol directly: https://redis.io/topics/protocol. We just want to check one...

Getting the policy right on an s3 bucket is twiddly. Make a script to make sure it gets set correctly. Something to being with: ``` { "Version": "2012-10-17", "Statement": [...

We'll need to store more data than fits comfortably on EBS. Options: - EFS: but it's [expensive](https://aws.amazon.com/efs/pricing/): $0.30/GB-month. In their defense, it looks like they mirror between availability zones, and...

If I get it working, goofys wil still be using my personal credentials to access s3: It should probably have its own user. (So if I get fired, and you...

At the very least, we should try tweaking the WORKERS parameter and see if it makes a difference; Something in the docs suggested it was not as simple as one-per-core.

Parameterize the number of cores in the Dockerfile, and give an example with `getconf _NPROCESSORS_ONLN` of how this might be used in practice

https://travis-ci.org/hms-dbmi/higlass-docker/builds/194236616#L1391-L1396 ``` Found existing installation: clodius 0.3.2 Uninstalling clodius-0.3.2: Successfully uninstalled clodius-0.3.2 Found existing installation: requests 2.12.4 Uninstalling requests-2.12.4: Successfully uninstalled requests-2.12.4 ``` It looks like it has a version...