inab / trimal

A tool for automated alignment trimming in large-scale phylogenetic analyses. Development version: 2.0
https://trimal.readthedocs.io/
GNU General Public License v3.0
175 stars 41 forks source link

"Permission denied" when installing (MacOS M1 chip) #62

Closed HeidiOttesen closed 9 months ago

HeidiOttesen commented 3 years ago

Hey!

Sorry, new at this, need it for schoolwork. I don't know if this is related to the new chip in macbooks but when I try to execute the makefile I get Permission denied.

    (base) ... source % make
    make: makefile: Permission denied
    make: *** No targets.  Stop.

I tried making the makefile executable

    (base) ... source % chmod a+x makefile

I also tried running the makefile

    (base) ... source % /Users/..../trimAl/source/makefile 
    zsh: permission denied: /Users/..../trimAl/source/makefile

Help please 0:)

nicodr97 commented 1 year ago

Hi @HeidiOttesen, Are you still having this problem? Could you try to compile it with root permissions (sudo make)?