-
Notifications
You must be signed in to change notification settings - Fork 80
ENH: Meta Analysis -> Analysis #1112
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
Conversation
Users have frequently pointed out that naming this tab as "Meta Analysis" is misleading and that a better name would be simply Analysis.
👍 I did not test locally but I will be very surprised if this broke something... |
I think you should replace all cases of metaanalyss ... |
@antgonza, sounds good will do. I also just noticed that we have two ways of getting to the "selected samples page" (through the selected button on the far right and through the "view selected samples" under the Analysis drop down menu). What do you guys think about:
Note these changes are not necessary and there are other things that are higher priority ... but I'm putting this out there just in case. |
@antgonza, I was surprised to find this but that's the only occurrence: yoshikivazquezbaeza:qiita@master$ grep -ri 'meta analysis' qiita_pet
qiita_pet/templates/sitebase.html: <a href="#" data-toggle="dropdown" class="dropdown-toggle">Meta Analysis<b class="caret"></b></a>
yoshikivazquezbaeza:qiita@master$ grep -ri 'metaanalysis' qiita_pet
yoshikivazquezbaeza:qiita@master$ grep -ri 'metaanalysis' qiita_db/
yoshikivazquezbaeza:qiita@master$ grep -ri 'metaanalysis' qiita_ware/
yoshikivazquezbaeza:qiita@master$ grep -ri 'meta analysis' qiita_db/
yoshikivazquezbaeza:qiita@master$ grep -ri 'meta analysis' qiita_ware/ |
Try: |
Thanks, that helped. Pushed. On (Apr-27-15|16:51), Antonio Gonzalez wrote:
|
👍 @josenavas could you give it another pass? |
ENH: Meta Analysis -> Analysis
Users have frequently pointed out that naming this tab as "Meta
Analysis" is misleading and that a better name would be simply Analysis.