Skip to content

danilexn/chromo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChroMo

Docker

Prerequisites

  • Docker
  • docker-compose
  • ShinyProxy (optional)

Running ChroMo

Clone the repository in your local computer or server git clone https://github.com/danilexn/chromo

cd chromo

...with Docker

docker build -t chromo .

docker run -p 127.0.0.1:8080:3838 chromo

Now, open a browser at http://127.0.0.1:8080, and the application should be ready

...with docker-compose

docker build -t chromo .

sudo docker-compose up -d

Now, open a browser at http://127.0.0.1:80, and the application should be ready. You can modify the nginx.conf file in the directory net to enable HTTPS. Remember to mount the folder with certificates in docker-compose.yml, under the webserver section.

Acknowledgements

Special thanks to Jesús (https://github.com/jpincru) for the constructive feedback and suggestions!

About

ChroMo, shiny application for analysis of Chromosome Movements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors