ANGSD: Analysis of next generation Sequencing Data

Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.

User:Thorfinn

From angsd
Revision as of 19:10, 16 December 2013 by Thorfinn (talk | contribs)
Jump to navigation Jump to search
  1. fix empty -bam/-b file

int main(void) { struct sysinfo myinfo; unsigned long total_bytes; sysinfo(&myinfo); total_bytes = myinfo.mem_unit * myinfo.totalram; printf("total usable main memory is %lu B, %lu MB\n", total_bytes, total_bytes/1024/1024); return 0; }