# HG changeset patch # User Steve Losh # Date 1580339789 18000 # Node ID fe01de2f668719247acd0c26967710bf96ae8b8f # Parent 73206bff2b5592c0056c1174543dfee19a2fe5b2 Update diff -r 73206bff2b55 -r fe01de2f6687 README.markdown --- a/README.markdown Mon Jan 27 15:25:06 2020 -0500 +++ b/README.markdown Wed Jan 29 18:16:29 2020 -0500 @@ -228,3 +228,28 @@ * * * + +## 2020-01-29 + +Figured out how to get the mutt HTMLified email working on my local machine, +like I had done for work. Had to install NeoMutt from source because the Ubuntu +version is too old to include `group-alternatives`: + +* Clone the NeoMutt repo. +* Install Tokyo Cabinet for the header cache with `sudo apt install libtokyocabinet-dev`. +* Configure the NeoMutt build with `./configure --disable-idn --idn2 --disable-doc --prefix=/usr/local --gnutls --with-ui=ncurses --tokyocabinet`. + * Note the `--disable-idn --idn2` to make it use `libidn2` which is installed, instead of `libidn` which isn't. + * Is this the correct set of options? Who knows!? +* Install into `/usr/local` with `sudo make install`. + +More searching around for projects for HTSA: + + https://www.sciencedirect.com/science/article/pii/S2352340918302920 + doi 10.1016/j.dib.2018.03.079 + Illumina HiSeq 2500 + https://www.ncbi.nlm.nih.gov/sra/?term=PRJNA432903 + + https://www.sciencedirect.com/science/article/pii/S2352340919303750 + doi 10.1016/j.dib.2019.104022 + Ion Proton sequencer + https://www.ncbi.nlm.nih.gov/sra?linkname=bioproject_sra_all&from_uid=506922