Open Surbhigrewal opened 11 months ago
Hi @Surbhigrewal , thank you very much for reporting this. I didn't consider this kind of case that the size of a chromosome is >512MB before. I have updated the code, please try the latest version of ccsmeth.
Best, Peng
I got around the problem by renaming my .csi index as .bai. This started generating a bed file but the process is quite slow. I'm wondering if it is due to the incorrect type of index file. But thank you for sorting out the indexing and updating the software.
Hi there,
I'm getting the below error after the call_mods has generated the bam file and I use it to align to ref. It generated the
pbmm2.bam
file but could not create the BAI index.I tried to run pbmm2 directly using this code which allows for a CSI index to be created by pbmm2 and samtools
I proceeded to the call modification freq step using the aggregate mode with the above bam and index files and got the below error which means the CSI index file is not being recognised and samtools tries to create a BAI index again and fails.
What is the workaround for this please?