# HG changeset patch # User Steve Losh # Date 1582594834 18000 # Node ID 0e18286c1a1a38b8447bf8f10e9a09dd80352bdb # Parent 465a6e7222630ea1eb463e6d2301a5280dcfb37e Update diff -r 465a6e722263 -r 0e18286c1a1a README.markdown --- a/README.markdown Mon Feb 24 20:38:31 2020 -0500 +++ b/README.markdown Mon Feb 24 20:40:34 2020 -0500 @@ -1001,7 +1001,8 @@ # unmount fusermount -u ~/foo -Downloaded STAR and got it running. Tried running it on the gzipped reference +Downloaded STAR and got it running. Read through the manual which, despite the +broken English, was fairly useful. Tried running it on the gzipped reference genome but it complains that it requires the genome to be uncompressed. Tried to trick it into working by psubbing `zcat` but that didn't work. Gave up and decompressed the damn reference.