Forgot your password?
typodupeerror

Comment Re:Drops in NGS Costs Outpacing Storage Costs (Score 1) 239

We ran into the same problem when downloading the 1000 genome project BAM files from Short Read Archive . Now, we know that the BAM files are indexed so you can easily retrieve all reads overlapping some portion of chromosome 10 etc. But, do the files really need to be that big? Turns out that with simple run-length encoding and other measures we can cut BAM file sizes in half and we can probably use the same indexing scheme. A writeup on that is on our blog.

Slashdot Top Deals

...when fits of creativity run strong, more than one programmer or writer has been known to abandon the desktop for the more spacious floor. - Fred Brooks, Jr.

Working...