-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile issue for smartie-sv #4
Comments
Sorry, I dont know how to fix this problem. But i can share my 'smartie-sv' file with you. I have installed it successfully in my server. I hope this compiled program can be run directly on your server. transfer link: https://cowtransfer.com/s/e31c7bedbdbe4a or access [ cowtransfer.com ] and input extract code: t824xf to download; Best, |
thanks for responding to the last issue and I was able to resolve this one using directly on linux server. Now, I have encounrtered another issue... |
I have used the link that you have just sent and downloaded that but it is still causing errors as follows |
I am unable to install smartie-SV because the system runs into a Makefile error. I will write below the error that is causing this error, I have tried contacting the smartie-SV team but they are not responding. Is there anyway you can help me to get it installed so that I can push forward my analysis.
./Makefile: line 1: .PHONY:: command not found
./Makefile: line 3: all:: command not found
./Makefile: line 5: bin/blasr:: No such file or directory
./Makefile: line 6: MAKE: command not found
./Makefile: line 8: bin/printGaps:: No such file or directory
./Makefile: line 9: cd: src/print_gaps: No such file or directory
./Makefile: line 11: src/htslib/libhts.a:: No such file or directory
./Makefile: line 12: cd: src/htslib: No such file or directory
./Makefile: line 14: bin:: command not found
./Makefile: line 17: clean:: command not found
As it appears, there is an issue with .PHONY
The text was updated successfully, but these errors were encountered: