bioinformatics .tar.gz software Installation on windows
Hello,
I am working on selection pressures, for which the only suitable software is EvoNC. Has anyone worked with this program? I have difficulties running the program. how do I install this .tar.gz program on windows system? Has anyone any suggestions?
Best,
Vafa
• 323 views
•
link
0 answers
No answers yet.
Log in to answer this question.
WinRAR or 7zip should be able to help you extract a
tar.gzfile on Windows (if the native archive applications don't already do it). Beyond that, whether the program can run on Windows depends on the files within the archive.It seems to have been last updated in 2007, so I wouldn't rely on it being functional.
Thanks. Actually, I have extracted the file. my issue is installing it. the program contains the following files:
Try running
makewithin the directory. I don't understand the/after each file in the list though - only directories should have the/after their names and all of these are obviously files.Yes, when I added the comment, the file names were attached so I tried separating them with "/". I tried running the makefile after the directory which is: C:\Users\Vafa-PC\Downloads\New folder\EvoNC>makefile
But there is this error: 'makefile' is not recognized as an internal or external command, operable program or batch file.
Did you run
makeormakefile? Also, I've edited your file list leaving a few/s on items that look like dirs. Can you double check please?EDIT: There is an
evoncfile in there that looks like it could be executable. Can you try running it?I ran 'makefile'. I tried evonc file in the directory. yet there is the same error.
When you say you "ran" something, what are you doing? Are you typing commands in a terminal or double-clicking icons?
I am typing commands in command prompt as following: C:\Users\Vafa-PC\Downloads\New folder\EvoNC>makefile
Please run
make, notmakefile.thanks dear @RamRS for your help