We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The majority of bigwig/bigbed file format spec include the supplementary info which is https://www.ncbi.nlm.nih.gov/pubmed/20639541 and existing parser implementations
The supplementary info doc describes version 3 of the file format
The stats field only exists in 3 and not 2, but I have not seen any version 2 files that have caused this issue
The current bigwig version that seems widespread is now version 4, and I am not sure what changes were made in this version
The text was updated successfully, but these errors were encountered:
Hate to say it, but the best source for current info is probably going to be reading the source code. See https://github.com/ucscGenomeBrowser/kent/blob/master/src/lib/bbiRead.c#L80
Sorry, something went wrong.
Here's a comment with a concise version history:
https://github.com/ucscGenomeBrowser/kent/blob/master/src/inc/bbiFile.h#L75
Here's the bigwig creation main func: https://github.com/ucscGenomeBrowser/kent/blob/master/src/lib/bwgCreate.c#L980
No branches or pull requests
The majority of bigwig/bigbed file format spec include the supplementary info which is https://www.ncbi.nlm.nih.gov/pubmed/20639541 and existing parser implementations
The supplementary info doc describes version 3 of the file format
The stats field only exists in 3 and not 2, but I have not seen any version 2 files that have caused this issue
The current bigwig version that seems widespread is now version 4, and I am not sure what changes were made in this version
The text was updated successfully, but these errors were encountered: