Dear Rosetta users,
I recently install Rosetta and want to work with Rna_Denovo, when I run the command line below I got this error:
$RNA_TOOLS/bin/helix_preassemble_setup.py -secstruct secstrcut -fasta fasta
.((((((((……((((((….)))))).(((…((((…..))))..)))……..))))))))……..(((((……((((((…)))))).(((…((((….((((….))))…..))))..)))…….)))))
Traceback (most recent call last):
File “/rosetta/2020-10/tools/rna_tools//bin/helix_preassemble_setup.py”, line 107, in <module>
subprocess.check_call([str(elem) for elem in cmdline.split()])
File “/usr/lib64/python2.7/subprocess.py”, line 537, in check_call
retcode = call(*popenargs, **kwargs)
File “/usr/lib64/python2.7/subprocess.py”, line 524, in call
return Popen(*popenargs, **kwargs).wait()
File “/usr/lib64/python2.7/subprocess.py”, line 711, in __init__
errread, errwrite)
File “/usr/lib64/python2.7/subprocess.py”, line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Is there any solution for that.
Thanks.