Skip to content
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

Cannot open altanalyze on mac #14

Open
GoogleCodeExporter opened this issue Aug 8, 2015 · 2 comments
Open

Cannot open altanalyze on mac #14

GoogleCodeExporter opened this issue Aug 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. When I click on the altAnalyze icon, after downloading to my applications 
folder, I get the message "Altanalyze has encountered a fatal error, and will 
no termiate."
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system? all 
versions I try. mac os X version 10.5.8


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 Oct 2011 at 6:12

@nsalomonis
Copy link
Owner

I am re-opening this issue as running AltAnalyze on a Mac for the first time is presenting with a number of new issues:

  1. In Mac OS X 10.4, a critical vulnerability prevents running the GUI version of the software (pre-combined by AltAnalyze or source-code run via the GUI). The software can only by run by command-line mode or the software may prevent you to run. If this is so, you must comment-out the restriction to run posix 10.4 in the AltAnalyze.py module. Running the GUI will cause the operating system to crash (OS incompatibility with Tkinter/TCL backends).

  2. Mac OS X will not allow the user to run the software automatically by default (Mac OS X 10.3 and greater). This issue spawns from the AltAnalyze developer team not embedded the Apple Developer certificate with the pre-compiled OS version. There are two solutions to this issue:

  • Open System Preferences > Security and Privacy > General. See the option to allow AltAnalyze to be run. Following this, right click on one of the two green AltAnalyze icons to open (will require the user to acknowledge they are opening a program downloaded from the internet). The same issue may present when analyzing FASTQ files, for the same issue with the Kallisto pre-compiled binary. For more on this issue, see: https://youtu.be/DHKIJKWr3ag
  • Run AltAnalyze from source-code or PyPI installation (pip install altanalyze).

A long-term solution for these problems are in the works.

@nsalomonis nsalomonis reopened this May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants