2024-02-28
PAMREIN's daily Open Notebook (COMMONS Lab)
Todo - Check Github
-[]write the script in python -[]try to translat it in rust code
Meetings
None
Daily report (What did I learned?)
snakemake
Poetry
Add a package:
shortcuts
VScode
ctrl+shift+^ : open the new terminal
How Backup .bashrc
Backup your current .bashrc file:
cp ~/.bashrc ~/.bashrc.bak
Copy the skeleton .bashrc file over yours:
cp /etc/skel/.bashrc ~/
Afterwards, load the new one:
source ~/.bashrc