Skip to content

Instantly share code, notes, and snippets.

View yu68's full-sized avatar

Pengfei Yu yu68

  • Admera Health
  • South Plainfield
View GitHub Profile
@adefelicibus
adefelicibus / install-samtools-bcftools-and-htslib.md
Last active April 3, 2024 20:49
Install samtools, bcftools and htslib on linux

Install Samtools, BCFTools and htslib on linux

Install some build dependencies

sudo apt-get install autoconf automake make gcc perl zlib1g-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libssl-dev libncurses5-dev

[samtools]

/**
* author: zhuxp
* date: 2013
*/
//BED format.0 index
function structToLinks(ss,name)
{
name = typeof name !== 'undefined' ? name : "RNA";
var sList=ss.split('');
var level=0;
@d3noob
d3noob / .block
Last active September 16, 2020 09:18
Map using leaflet.js and d3,js combined
license: mit