Creating Arrow Files with custom gene, genome annotations is failing #1990
Unanswered
ajitalapati
asked this question in
Questions / Documentation
Replies: 1 comment
-
I don't know if your problem has been solved, but I accidentally ran into the same problem when building custom genomes and genome annotation files for bovine. Looking forward to your reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create some arrow files with custom gene and genome annotations. They are called BSgenome.Rnorvegicus.UCSC.rn6 and TxDb.Rnorvegicus.UCSC.rn6.refGene, respectively and both able to be downloaded through BiocManager. However, when I continue to make the arrow files for my fragment data, it fails with this message:
Warning message:
In mclapply(..., mc.cores = threads, mc.preschedule = preschedule) :
4 function calls resulted in an error
I have my cores set to 6, however, even if it's only set to 1, it also doesn't work. If someone knows if this is some versioning error or something like that, please let me know, thanks. I am using the most recent version of R.
Beta Was this translation helpful? Give feedback.
All reactions