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
- 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; }