If you don't use `bash` as your shell, and want to use someone else's bash scripts, that don't have a shebang at the top, then you should be doing:

```
> bash other_script.sh
```

and not

```
./other_script.sh
```

#Bioinformatics #OtherPeoplesCode

If you have more than ~30 ish cells or ~500 ish lines in your Jupyter Notebook, then you need to ask yourself some serious questions.

Tips:
• Move library functions into separate files
• Adhere to the Single Responsibility Principle
• 1 Jupyter Notebook per thing
• Don't be afraid to refactor!
• If you don't know how, please learn
• Spaghetti code WILL cause you problems later

#Jupyter #JupyterNotebooks #OtherPeoplesCode #Is #Terrible #Research #SOLID #Principles #Programming #Python

No way! All my notebooks are tidy and organised
100%
Kinda tidy, but could use work
0%
You don't even want to know... it's bad
0%
Poll ended at .
I am my most grumpiest self when I have to deal with #OtherPeoplesCode
🤔 maybe using float: left; will fix this layout issue? 😡 #otherPeoplesCode #badCSS #CSS #dontDoThis

// THIS IS THE FORKED CHILD

#otherPeoplesCode