Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not support big chromosome #761

Closed
shenweima opened this issue Sep 17, 2018 · 3 comments
Closed

can not support big chromosome #761

shenweima opened this issue Sep 17, 2018 · 3 comments
Assignees
Milestone

Comments

@shenweima
Copy link

I can run this command successfully, bamCoverage -b reads.bam -o coverage.bw
but the result is not complete.
When the chromosome size larger than 536Mb, there is nothing in bw file.

@dpryan79
Copy link
Collaborator

dpryan79 commented Sep 17, 2018 via email

@dpryan79
Copy link
Collaborator

I'm reopening this, the bigWig limit is actually ~4GB, which should more than suffice. There are issues with older BAM indexing formats only supporting up to 536MB, but newer versions of pysam should handle that. I'll look further into whether this is an issue with deepTools, pysam, pyBigWig, or IGV.

@dpryan79 dpryan79 added this to the 3.2.1 milestone Mar 18, 2019
@dpryan79 dpryan79 self-assigned this Mar 18, 2019
@dpryan79
Copy link
Collaborator

It looks like one just has to make a CSI index. That works with the wheat genome, which has the largest chromosomes I can find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants