rwtourdot / linker

Tools for analyzing long and linked read sequencing
5 stars 3 forks source link

cloning htslib will give dev branch not master #3

Open keiranmraine opened 4 years ago

keiranmraine commented 4 years ago

Just heads up that cloning htslib will give you the develop branch by default, not master.

$ git clone git@github.com:samtools/htslib.git
Cloning into 'htslib'...
...
$ cd htslib/
$ git branch
* develop

See script in #2 for an alternative.