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
Modifying seqlevels like here is not robust (in C. elegans for example UCSC's "chrM" is not "MT" in Ensembl, but "MtDNA" (or something like this)).
seqlevels
"chrM"
"MT"
"MtDNA"
I'd suggest to do these kind of things by modifying seqlevelsStyle.
seqlevelsStyle
Maybe we can even get rid of this completely & filter out mitochondrial circRNAs without assuming a fixed contig name?
The text was updated successfully, but these errors were encountered:
https://dl.dropboxusercontent.com/u/1373164/please_check_the_code_for_bugs..mp3
Sorry, something went wrong.
No branches or pull requests
Modifying
seqlevels
like here is not robust (in C. elegans for example UCSC's"chrM"
is not"MT"
in Ensembl, but"MtDNA"
(or something like this)).I'd suggest to do these kind of things by modifying
seqlevelsStyle
.Maybe we can even get rid of this completely & filter out mitochondrial circRNAs without assuming a fixed contig name?
The text was updated successfully, but these errors were encountered: