Entering edit mode
9.9 years ago
jolespin
▴
150
I'm trying to install SeqPrep onto my machine but it's not working. I've downloaded it from GitHub and have been following the installation directions on (https://banana-slug.soe.ucsc.edu/bioinformatic_tools:seqprep#installation). When I run the command make
, I get the error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [SeqPrep] Error 1
Any suggestions on how to fix this error?
I got it to work thank you so much! what is the purpose of this line?
Git lets you keep a history of file changes ("diffs") in different branches. You can switch to different branches in a Git repository to get different sets of patches or features.
I made a fork or copy of the original developer's SeqPrep code repository, and in my fork I set up a branch called
clang-patch
that contained file changes that allowed SeqPrep to compile. So when you type ingit checkout clang-patch
, you end up getting the versions of files that contain the changes I made.I got the problem like
lack of zlib.h
.How can I solve it?
Thank you very much!
Oh I got it! Just write a command like this:
Hi, I tried to use install it same way, but getting error
Can you please help? Thanks. Mitra
I think installation by anaconda is easier.