Pober Lab Starter Pack

Welcome! This web page is intended as a short series of tutorials to help you get started on various software used in the Pober Lab at Brown University. For more information, please visit our official group web page.

Do you have some knowledge to contribute? Don't hesitate to clone the GitHub repo and share it with the rest of us!

Before getting started

This guide contains a variety of tutorials, most of which have to do with setting up various software on Oscar, Brown University's high-performance computing cluster. All interactions with Oscar and relevant software will be done strictly through the terminal.

To avoid confusion, I will use the following format for commands:

shell

[/your/working/directory]$ command-you-should-type
                    

If the working directory is irrelevant or obvious, I will omit it:

shell

$ command-you-should-type
                    

For example, if you see:

shell

[~/Downloads]$ echo Hello World
                    

it means you should navigate to the ~/Downloads folder and type echo Hello World (without the dollar sign).

Now that that's out of the way, I hope you enjoy these tutorials!

Last edit: 2025-02-19

Author: Jade Ducharme