Open smruti241 opened 3 years ago
Dear smruti241,
NIPTeR loads the entire bam into the memory. Because your bam file size is very large, I think the computer runs out of memory. I suggest to downsample the bam file to at least below 2 Gb. I always like using SAMtools view -s for downsampling purposes.
Cheers, Lennart
ok i will try. Thanks for helping me out.
I am using NIPTer for the first time. When I am running this command: NIPTsample <- bin_bam_sample (bam_filepath = "my.bam" It is giving me this: Loading bam After that R aborted, new session Can you please tell me why is it happening. My bam file size is of 3.2 GB. I just dont understand.