-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest STAR release 2.7.0d requires genome index rebuild #2693
Comments
Looks like downgrading to 2.6.1d resolves the issue - might make sense to pin this version until rebuilt indices are available. Looks like the 2.7.x series of STAR also has a bunch of new single-cell analysis stuff incorporated. |
Workaround for bcbio/bcbio-nextgen#2693 until we can update the STAR references.
Thanks for the heads up @rdocking. Pretty awesome that you opened the issue and found a fix within 15 minutes. I pinned to 2.6.1d for now, but will leave this issue open until we update the indices and move to 2.7+. |
Sounds good - happy to help! |
I'm working on updating this to go along with the work on arriba, so this should be all set by the next release. |
STAR is still pinned to 2.6.1d New star 2.7.3.a supports among other features spliced/unspliced alignments in SingleCell data: We don't store STAR index in a bucket and we don't download it via recipe. So we can just unpin STAR and recommend to delete the old index and generate a new one, |
Trying the above triggers
which is unfortunate - yes, I have fun with a bare metal installation without conda and a recent STAR install. Would you accept a patch that points to the data directory via an environment variable and falls back to the current "anaconda" check if that environment var is not set / that dir not existing? |
Hi @smoe, It has been on my TODO list forever to add support for the newer versions of STAR, thanks for bringing this up again. I think I'm going to support both versions for a while with some deprecation warnings, just to ease the transition for folks since rebuidling the indices is going to cause pain. Yes-- I think a patch with that behavior makes sense. |
Hi there,
I recently upgraded by bcbio install (I had to use the method recommended at #2676 to get around conda issues). Testing the new install, I saw the following error on a small-RNA run:
It looks like the new version of STAR (released a few days ago) requires rebuilds of the genome indices:
https://github.com/alexdobin/STAR/releases
For now, I'm going to try to downgrade like so:
Looks like this will require rebuilds of a lot of genome indices - thanks for looking into this!
The text was updated successfully, but these errors were encountered: