# HG changeset patch # User Steve Losh # Date 1713800481 14400 # Node ID fb895759f5047802f0c482a5ab1e46816bdc2a93 # Parent 858cb97c78fd5e47625f95d91e4fe8ab72b506aa Update diff -r 858cb97c78fd -r fb895759f504 README.markdown --- a/README.markdown Wed Apr 10 15:44:49 2024 -0400 +++ b/README.markdown Mon Apr 22 11:41:21 2024 -0400 @@ -413,3 +413,44 @@ ## 2024-04-10 Final journal club of the semester today. + +## 2024-04-11 + +BS522. + +BI529, mass spec stuff and discrete Fourier transform. + +## 2024-04-12 + +BI545 flex time appointment thing today. + +Worked on getting QoRTs running again: + +* Previous runs exploded with a mostly-useless error about a GTF line having + too few columns. +* Tried rerunning with an Ensemble GTF instead of one from NCBI and it seems to + work. +* Had to explicitly tell QoRTs to use more than 1GB of memory (lol), by passing + the typical Java `-Xmx` option as an option to the shell script, which does + some magic garbage to extract it out and pass it separately to Java. +* There are options for number of threads for QoRTs but they're marked as + deprecated because Threading is Hard, so I guess it'll just be single-threaded + all the way. + +## 2024-04-15 + +Started writing out a methods section for BI545. I'm quite ready to be done +with this class. + +Met with 545 folks. + +## 2024-04-18 + +Emailed some folks about BIDS-TP. + +## 2024-04-19 + +Finally turned in the 545 project. One less thing to worry about. + +## 2024-04-22 +