Skip to content

How I work with HPC

I want to share my expering of using HPC, as mr my day-to-day server for all my needs, you need 1- editor and 2- a cloud storage browser, what I use vscode and cyberducks

vscode

Current research, especially for Bioinformatics, the coding may not be done solely using a specifics programming language e.g., R and will likely use different programming languages; hence, having a modern integrated development environment (IDE) is very important. Vscode editor is a modern IDE that is developed by microsoft. I used it as text editor and coding, I am pretty sure you will like. Do the following steps to have a standard editor.

connect to github

To save your setting and have the extension from every where connect your editor to Github.

Install

install the extension Remote - SSH, Remote - Tunnels, and Remote - SSH: Editing Configuration Files, you can find right extension for you need, for instance, if you you want to use python, install python extension by microsoft.

shortcut

vscode has many useful shortcut, they are accessble via setting > keyboard shortcuts, you can change them.

termianl

There is a menu that is called terminal, you can use it to add a terminal in the below of editor

cyberducks