You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am re-opening this issue as running AltAnalyze on a Mac for the first time is presenting with a number of new issues:
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).
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.
Original issue reported on code.google.com by
[email protected]
on 3 Oct 2011 at 6:12The text was updated successfully, but these errors were encountered: