Hi!
I could run SDT on my laptop. Its a Mac 64bit.
I changed all inside 'bin' directory to executable files.
Here is the command:
python SDT_Mac64.py test.fas muscle
Here the error:
Loading sequences
Performing pairwise alignment: progress 2%Traceback (most recent call last):
File "SDT_Mac64.py", line 148, in <module>
Align_Wait(name_in,name_out,alg) #calling muscle
File "SDT_Mac64.py", line 57, in Align_Wait
proc=Popen(cmd,stdout=PIPE,stderr=PIPE)
File "/usr/local/Cellar/python@2/2.7.17/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/local/Cellar/python@2/2.7.17/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 1] Operation not permitted
Someone can help me, please?