-
Notifications
You must be signed in to change notification settings - Fork 13
How to install this software? #1
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
Comments
You should git clone --recursive when you download it, or manually download Now, just type "make" and if compilation progresses correctly you'll get On Thu, Jul 25, 2013 at 7:10 PM, Jiayi Zhou [email protected]:
|
According to your method, I successfully installed the bamaddrg on my ubuntu. The above command all ran successfully. So I think I have installed bamtools. However, when I type make under bamaddrg directory, i got the following error msg. Do you know how to solve this problem? |
It should be necessary to use git clone --recursive at first, rather than
|
Thank you. |
DETECTED_VERSION = v1.0.2-29-g41c1313 |
@hirenbioinfo is this a freebayes or bamaddrg issue? |
Issue reported here : freebayes/freebayes#298 On 16 June 2016 at 14:00, Erik Garrison [email protected] wrote:
Hiren Ghosh, Doctoral Research Scholar Biomedizinisches Forschungszentrum Mobile No: 017672157634 |
Hello Erik, I've trying to compile bamaddrg in a cluster, but I've got this error (whether it's dowloaded with the --recursive flag or not). So, I' coping with the end of bamtools compilation. Also, I'm adding some warnings bamtools had. Thank you very much! WARNINGS ERROR |
Hi, The time clock skew is fixed, but still getting this error and warnings. WARNING |
Hi @cramirezs, you can try using conda manager like this. Hope it helps. |
well, I am not the owner of bamaddrg. From your error log, you may need to install cmake first before install bamtools
Cheers
Fuhao
发自我的iPhone
在 2020年3月18日,00:51,Sabhrina Aninta <[email protected]> 写道:
Hi,
I have used this for installing bamaddrg on a remote server
git clone --recursive https://github.com/ekg/bamaddrg.git
Resulted in this message:
Cloning into 'bamaddrg'...
remote: Enumerating objects: 33, done.
remote: Total 33 (delta 0), reused 0 (delta 0), pack-reused 33
Unpacking objects: 100% (33/33), done.
Submodule 'bamtools' (git://github.com/pezmaster31/bamtools.git) registered for path 'bamtools'
Cloning into 'bamtools'...
remote: Enumerating objects: 281, done.
remote: Counting objects: 100% (281/281), done.
remote: Compressing objects: 100% (184/184), done.
remote: Total 5138 (delta 168), reused 158 (delta 93), pack-reused 4857
Receiving objects: 100% (5138/5138), 6.28 MiB | 6.56 MiB/s, done.
Resolving deltas: 100% (3541/3541), done.
Submodule path 'bamtools': checked out '6111130f6d7b1ae06ac25178f8dc5006f0754cfc'
then I did this:
cd bamaddrg/
make
but the following message occur instead:
cd bamtools && mkdir -p build && cd build && cmake .. && make
/bin/sh: cmake: command not found
make: *** [libbamtools.a] Error 127
Could someone tell me where I did wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABRLTFSEU5LSO5B4NQ734QDRH6TBLANCNFSM4AGY2M2Q>.
|
Hi, I have downloaded the code from your repository. How do I install it on Ubuntu?
Thank you.
The text was updated successfully, but these errors were encountered: