Tips & Tricks

For the impatient:

Copy our current bash resource files into your home directory:

cp /projects/mjolnir1/apps/dotfiles/.bashrc ~/
cp /projects/mjolnir1/apps/dotfiles/.bash_profile ~/

Zsh users should use this instead:

cp /projects/mjolnir1/apps/dotfiles/.zshrc ~/

For advanced users:

Add the following to your bash/tcsh/zsh resource files:

PATH=/projects/mjolnir1/apps/bin:~/bin:$PATH:/opt/software/miniconda/4.10.4/bin

Our default conda installation directory is /projects/mjolnir1/apps/conda and, by default, most bioinformatics tools are softlinked into /projects/mjolnir1/apps/bin.

If you don’t have specific needs concerning Python environments, our default py39 environment covers most and is initiated in /projects/mjolnir1/apps/dotfiles/.bashrc:

conda activate py39

Discord server

This is outdated. go to https://mjolnirucph-help.freshdesk.com/support/home for up to date information