Zhengdeng Lei, PhD

Zhengdeng Lei, PhD

2009 - Present Research Fellow at Duke-NUS, Singapore
2007 - 2009 High Throughput Computational Analyst, Memorial Sloan-Kettering Cancer Center, New York
2003 - 2007 PhD, Bioinformatics, University of Illinois at Chicago

Tuesday, September 10, 2013

How to run on interactive node

screen
I5
RUN_YOUR_CMD
close the window

Wednesday, September 4, 2013

qsub shortcut

alias I10='qsub -I -l walltime=48:0:0,mem=10gb -q batch'
alias I15='qsub -I -l walltime=48:0:0,mem=15gb -q batch'
alias I5='qsub -I -l walltime=48:0:0,mem=5gb -q batch'
alias I='qsub -I -l walltime=48:0:0 -q batch'