Getinsertsize: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Small ultrafast program for estimating the read length and get the insert size from uncompressed samples: [http://www.popgen.dk/software/download/getinsertsize.cpp] =Installa...") |
No edit summary |
||
Line 2: | Line 2: | ||
[http://www.popgen.dk/software/download/getinsertsize.cpp] | [http://www.popgen.dk/software/download/getinsertsize.cpp] | ||
It's a faithful implementation of this script [http://allaboutbioinfo.blogspot.dk/2012/04/estimating-paired-end-read-insert.html] | |||
=Installation= | =Installation= | ||
<pre> | |||
wget http://www.popgen.dk/software/download/getinsertsize.cpp | |||
g++ getinsertsize.cpp -O3 -o getinsertsize | |||
</pre> | |||
=Example= | |||
<pre> | <pre> | ||
</pre> | </pre> |