-
Notifications
You must be signed in to change notification settings - Fork 5
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
New genome assembly #54
Comments
@marvel479: Have a look at https://github.com/BIMSBbioinfo/ciRcus/pull/51/commits for an example how to add a species. As long as your assembly is on Ensembl, it's straight forward. |
@mschilli87, I am still not sure how to do this bit, It will be great if you can edit in another genome. I am most willing to test this out for you and assist in any other way possible, my skills unfortunately at the time are limited. Your help is really appreciated. |
Note that this pushes some unrelated documentation changes introduced by `devtools::build`. fixes #54
Could you please test the following branch and report back so we can add this to the development version if it works? BiocManager::install("BIMSBbioinfo/circus@dr11") |
Absolutely. I will test it out and get back to you.
Regards,
Aayushi
|
Hi Marcel, So I know this error has been seen before, but not clearly resolved. When I just trying to load the human database for tests, I get the following error: `> gtf2sqlite( assembly = "hg19", db.file = system.file("extdata/db/human_hg19_ens75_txdb.sqlite", package="ciRcus")) snapshotDate(): 2019-10-29 loading from cache Db type: TxDbSupporting package: GenomicFeaturesGenome: hg19transcript_nrow: 196354exon_nrow: 674156cds_nrow: 269141Db created by: GenomicFeatures package from BioconductorCreation time: 2020-03-30 01:24:15 -0700 (Mon, 30 Mar 2020)GenomicFeatures version at creation time: 1.38.2RSQLite version at creation time: 2.2.0DBSCHEMAVERSION: 1.2Warning message:
loading TxDb annotation from SQLite database file... Any idea how I can get this taken care of? If system.files is not required, how can I have the databases included in the package get loaded? |
@marvel479: I think there is a misconception. AFAIK, @retaj: Maybe we should update the |
@marvel479: Did my canges in #55 work for you? With some feedback from your side we'd be able to inculde this in the next ciRcus version so other fly researchers benefit from my work as well. But I'd be reluctant to share untested code. So please get back to us. |
Hi Marcel,
I am still trying it, I had some read manipulation to be done before I can
get to it. I really appreciate your commit, and will get back to you soon.
On Mon, Apr 13, 2020 at 10:32 PM Marcel Schilling ***@***.***> wrote:
@marvel479 <https://github.com/marvel479>: Did my canges in #55
<#55> work for you? With some
feedback from your side we'd be able to inculde this in the next ciRcus
version so other fly researchers benefit from my work as well. But I'd be
reluctant to share untested code. So please get back to us.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO5TFUADWWDGYWC44JFJQB3RMPYOFANCNFSM4LUS5BAA>
.
--
Regards,
Aayushi
|
Hi Marcel, Thanks for all your help through these issues. |
Hi! I am new to coding and have been trying to annotate my identified splice sites from find_circ.py. My reads are from Danio Rerio11, which is not currently supported. Is there a way around/ alternate code for loading ENSEMBL annotations such that I can still use ciRcus.
The text was updated successfully, but these errors were encountered: