Last 5 Pages Viewed: MediaWiki talk:Zip-file-open-error » N50 N90 calculation using Perl code » MediaWiki:Xml-error-string » BioPipelines » KOGIC internship guide

Revision history of "N50 N90 calculation using Perl code"

From kogic.kr

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 19:41, 8 November 2010WikiSysop (talk | contribs). . (745 bytes) (+745). . (Created page with "<p><span style="font-family: Courier New">#/usr/bin/perl -w<br /> use strict;<br /> my ($len,$total)=(0,0);<br /> my @x;<br /> while(<>){<br /> if(/^[\>\@]/){<br /> if($...")