Error in createArrowFiles: some width(x) are less than 'n' #901
-
My input file is My command is:
Full error log has been attached, and the most significant error what I see is:
ArchR-createArrows-c1ac24f1540f-Date-2021-07-16_Time-08-33-02.log |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Custom genomes are extremely difficult for us (the developers) to help troubleshoot. We have never worked outside of human and mouse and have really only enabled this feature to help end users with the hope that they can troubleshoot the problems that arise from their particular genomes. The number of users in human and mouse far outpaces the number of users in every other genome and we are already stretched very thin trying to maintain the package. Presumably you have some really tiny scaffold? Presumably your error is occurring here: Line 1190 in 968e442 Try running that line in isolation where |
Beta Was this translation helpful? Give feedback.
Custom genomes are extremely difficult for us (the developers) to help troubleshoot. We have never worked outside of human and mouse and have really only enabled this feature to help end users with the hope that they can troubleshoot the problems that arise from their particular genomes. The number of users in human and mouse far outpaces the number of users in every other genome and we are already stretched very thin trying to maintain the package.
Presumably you have some really tiny scaffold? Presumably your error is occurring here:
ArchR/R/CreateArrow.R
Line 1190 in 968e442
Try running that line in iso…