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

downloadRemapCatalog returning empty bed file? #17

Open
albertdyu opened this issue May 25, 2022 · 1 comment
Open

downloadRemapCatalog returning empty bed file? #17

albertdyu opened this issue May 25, 2022 · 1 comment

Comments

@albertdyu
Copy link

Hello there,

Amazing resource you've created. I've found enormous joy browsing it in a low throughput fashion, but I'm having some trouble getting it to function in R. When I run the code:

remap.dir <- "~/ReMapEnrich"
dir.create(remap.dir, showWarnings = FALSE, recursive = TRUE)
remapCatalog2022dm6 <- downloadRemapCatalog(remap.dir, version = "2022", assembly = "dm6", force = TRUE)

remapCatalog <- bedToGranges(remapCatalog2022dm6)

It returns a bed file:

"A file has been created at ~/ReMapEnrich/remap2022_nr_macs2_dm6_v1_0.bed"

But the bed file is empty. The same happens when I run the default command - I get an empty bed file calledremap2018_nr_macs2_hg38_v1_2.bed

Any idea what I'm doing wrong?

@CatherineBaugher
Copy link

I think issue #18 is related to your issue, and I just realized I probably should have written my comment here instead, since yours is older. If you're still interested in using this package and haven't figured it out yet, maybe pull request #16 will help you? I just copy and paste the code after importing the library and it seems to work.

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