Skip to content

IGEM Judging release

Latest
Compare
Choose a tag to compare
@AdamLaang AdamLaang released this 27 Oct 22:35
7399466

ClusteRsy

a user-friendly software for transcriptome analysis and biomarker discovery

There are two ways you can run this software. The easiest way to run the app is by our docker image.

Docker

We have prepared a docker image, this is easy to set up and the software will be up and running in no time at all! Please follow the instructions below.

How to run the docker image

  1. First you need to download Docker to your local machine.

  2. Open up your terminal then run the following command

docker pull liuigem/clustersy_app
  1. Once the download is complete you can simply run the app by running the following command in the terminal
docker run -d --rm -p 3838:3838 liuigem/clustersy_app

The docker image is now running locally and it can be found either in the docker desktop application or visit your preferred web browser and then type:

http://localhost:3838/

ClusteRsy should now be up and running!

Running the app using R

Please see our README file on GitHub where all the steps are included.