Dockerfile for Cell Rank Jupyter notebooks - includes scanpy, velocyto, scvelo and CellRank
- Edit resources flag for
qsub.sge
to ensure you have sufficient resources for your analysis. - Submit
qsub.sge
to the queue. Once it is running on the compute node, a log file will appear in the same directory as this script. It will have the namerun_jupyter.o${JOB_ID}
. - If you want to continue working on a notebook that you have previously worked on, you will need to copy the Jupyter notebook file from the
jupyter_dir
directory in your home directory to the new directory created by the job (usually${HOME}/jupyter_dir/${JOB_ID}
). - Use
cat
to view the contents of the log file - it will contain instructions on how to create the SSH tunnel and open the notebook on the HPC. - Copy and paste the SSH tunneling options into your laptop's terminal.
- Copy and paste the URL listed in the log into your browser.
- When you're done, save your notebook and logout of the web page.
- Paste the kill command from the log into your laptop's terminal.
- Kill the job on Brenner (
qdel ${JOB_ID}
).