Open krepsen opened 7 years ago
I'm getting two "Connection timed out" error messages after running: git clone --recursive https://github.com/ekg/bamaddrg
Is there an easy way to install using the downloaded *.zip instead?
Also: can someone confirm this is still compatible with the current bamtools (2.4.1?)?
I think it's because you are missing .git at the end:
.git
git clone --recursive https://github.com/ekg/bamaddrg.git
Hope it helps.
I'm getting two "Connection timed out" error messages after running: git clone --recursive https://github.com/ekg/bamaddrg
Is there an easy way to install using the downloaded *.zip instead?
Also: can someone confirm this is still compatible with the current bamtools (2.4.1?)?