465a6e722263

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Feb 2020 20:38:31 -0500
parents 4b8e88f0d250
children 0e18286c1a1a
branches/tags (none)
files README.markdown

Changes

--- 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.