higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

Upload from local file #109

Closed mccalluc closed 7 years ago

mccalluc commented 7 years ago

Currently giving a URL. How do we upload a local file? Can a volume to mount be specified at run time? or pipe? or rely on the use to know where the mounted dirs are?

mccalluc commented 7 years ago

@pkerpedjiev / @ngehlenborg : I am doing this the wrong way. I'm wondering if file upload should really be something we do via http, or if it'd make more sense to do it via manage.py. For an admin activity like this, it's not unreasonable that it be done via the command line, and it would save us trouble other places, too:

There might be larger issues about the story you want to tell with this software, so I won't jump into this.

mccalluc commented 7 years ago

Talked with Nils: Probably put this on hold and see if we can sort out the original nginx problem. If that were good, we wouldn't need any of this.

mccalluc commented 7 years ago

doing it via cli works.