-
Notifications
You must be signed in to change notification settings - Fork 705
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
Significantly different versions of STAR in star_rsem (2.7.6a) and star (2.6.1d) #498
Comments
Hi Guo-Liang, yes, there are either plans to update the STAR indices to provide compatible version for STAR v2.7+ or switch to some other solution. Currently very unclear on how we will proceed here, but there are ideas and discussion around this already. |
Hi @chewgl ! Well spotted! Yes, as @apeltzer mentioned this is a tricky situation because the AWS iGenomes files require an older version of STAR as specified in the module file:
which is why I chose for the standard However, for the
As you mentioned, this is slightly annoying but it was a toss up between using a much older version of STAR or getting everyone to re-build the indices if they are using |
Great work on the latest version, the increased modularity is much appreciated.
I did notice that the new star_rsem aligner option uses a newer version of STAR (2.7.6a) that differs from the default (2.6.1d). 2.6.1d was previous specified to maintain iGenomes compatibility, but 2.7.6a would break that. In addition, the same indices cannot be used between these versions.
Are there long term plans for resolving this? Perhaps a note of this could be made in the documentation.
Best regards,
Guo-Liang
The text was updated successfully, but these errors were encountered: