ekg / bamaddrg

adds sample names and read-group (RG) tags to BAM alignments
MIT License
52 stars 13 forks source link

Trouble installing bamaddrg #8

Open krepsen opened 7 years ago

krepsen commented 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?)?

janxkoci commented 5 years ago

I think it's because you are missing .git at the end:

git clone --recursive https://github.com/ekg/bamaddrg.git

Hope it helps.