Giter VIP home page Giter VIP logo

cytoscape_on_cluster's Introduction

installation (IGNORE, TO BE UPDATED)

login

ssh -X noah-login  # note: use campus intranet because forwarding X11 is very slow on wifi
cd /hps/nobackup/research/zi/leandro/adrian  # switch to installation dir

install java

wget https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
tar -zxvf openjdk-11.0.2_linux-x64_bin.tar.gz
export JAVA_HOME="/hps/nobackup/research/zi/leandro/adrian/jdk-11.0.2"

install cytoscape 3.9.1, required by clusterMaker2

wget https://github.com/cytoscape/cytoscape/releases/download/3.9.1/Cytoscape_3_9_1_unix.sh
bash Cytoscape_3_9_1_unix.sh

usage

ssh -X codon-login  # note: use campus intranet because forwarding X11 is very slow on wifi
module load openjdk-11.0.1-gcc-9.3.0-unymjzh

MEM_IN_GB=40  # set to how many GBs you think cytoscape will use

# run cytoscape in a worker node (type yes for any authenticity of host issues)
bsub -q gui -XF -I -R "select[mem>$((MEM_IN_GB*1024))] rusage[mem=$((MEM_IN_GB*1024))]" -M$((MEM_IN_GB*1024)) -o cytoscape_gui_.o -e cytoscape_gui_.e -J cytoscape_gui /hps/nobackup/iqbal/leandro/adrian/cytoscape/cytoscape_installation/cytoscape.sh

# now cytoscape should open on your local screen and you can use it normally

# once you are done, you can close cytoscape screen, but the cluster won't recognise you are done. You can kill all cytoscape GUI jobs by running
bjobs -w | grep cytoscape_gui | awk '{print $1}' | xargs bkill

cytoscape_on_cluster's People

Contributors

leoisl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.