Getinsertsize: Difference between revisions

From software
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>

Revision as of 15:32, 20 March 2014

Small ultrafast program for estimating the read length and get the insert size from uncompressed samples:

[1]

It's a faithful implementation of this script [2]

Installation

wget http://www.popgen.dk/software/download/getinsertsize.cpp
g++ getinsertsize.cpp -O3 -o getinsertsize


Example