Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 599 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 599 Bytes

sarahtanja-coursework

This repo is for coursework completed by Sarah Tanja during the Spring '23 quarter in FISH 546

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