# HG changeset patch # User Steve Losh # Date 1580397474 18000 # Node ID 36ccd1c2283ca3b2ab46c3f83a65bd38fbbbf740 # Parent fe01de2f668719247acd0c26967710bf96ae8b8f Update diff -r fe01de2f6687 -r 36ccd1c2283c README.markdown --- a/README.markdown Wed Jan 29 18:16:29 2020 -0500 +++ b/README.markdown Thu Jan 30 10:17:54 2020 -0500 @@ -253,3 +253,23 @@ doi 10.1016/j.dib.2019.104022 Ion Proton sequencer https://www.ncbi.nlm.nih.gov/sra?linkname=bioproject_sra_all&from_uid=506922 + +Started going through the gnuplot book at night. Going to try to do that in +parallel with the class. + +## 2020-01-30 + +Drove to RIT only to discover class was not being held in person, and we're +supposed to work online instead. **Welp.** + +Installed FastQC locally and got it running. Really just downloaded the binary +version and symlinked it into place. + +Downloading the actual data is taking a while. While I wait, thinking about +disk setups: now that I have a NAS and have moved my local backups to it, I can +format my previously-for-backup internal drives and use them for actual data. +I really need to spend the time to grok how Linux formats and mounts drives +— I've been flailing and slapping things together and it has mostly worked until +now, but I really should just learn it. Ordered a copy of the new edition of +the sysadmin book that I remember being really good from my Dumbwaiter days. +Hopefully that will be a good reference.