The homework
folder contains responses to weekly question sets.
The assignments
folder contains reproducible code that can function as templates or examples for executing bioinformatics pipelines learned in this class.
use the following code as a bash terminal command to find and add files >1G from repo to .gitignore
find . -size +1G | sed 's|^./||g' | cat >> .gitignore
from THIS Robert's Lab Course Issue