Skip to content

heartsh/rna-playground

Repository files navigation

Docker Playground

Replaying computational experiments in academic papers is the first but troublesome step to understand developed computational methods. I provide an Ubuntu-based computational environment implemented on Docker as a playground to try out RNA software:

$ git clone https://github.com/heartsh/rna-playground && cd rna-playground
$ # Build a Docker container and healthcheck it
$ # This container will be removed after this healthcheck
$ ./docker_compose_wrapper.sh
$ # Windows: start your Zsh login session into a Docker container
$ docker-compose run win
$ # Mac: start your Zsh login session into a Docker container
$ docker-compose run mac

To allow GUI features in my Docker playground (e.g., visualizing figures), you need to install WSL (for Windows) or XQuartz (for macOS).

Author

Heartsh

License

Copyright (c) 2023 Heartsh
Licensed under the MIT license.

About

Docker-based Playground for RNA Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published