# HG changeset patch # User Steve Losh # Date 1582594711 18000 # Node ID 465a6e7222630ea1eb463e6d2301a5280dcfb37e # Parent 4b8e88f0d250597a15cafe209edd2ec0e2001369 Update diff -r 4b8e88f0d250 -r 465a6e722263 README.markdown --- a/README.markdown Mon Feb 24 19:46:53 2020 -0500 +++ b/README.markdown Mon Feb 24 20:38:31 2020 -0500 @@ -1000,3 +1000,8 @@ # unmount fusermount -u ~/foo + +Downloaded STAR and got it running. 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.