GreenleafLab / ArchR

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
MIT License
384 stars 137 forks source link

ERROR Found in .tabixToTmp #953

Closed hcph closed 3 years ago

hcph commented 3 years ago

Hello, When I using ArchR to analysis the scATAC-seq, the error comes, the genomeAnnotation is self-built using BSgenome package, and the chromosome name is chr1A_part1 chr1A_part2 chr1B_part1 chr1B_part2..... I wondering whether it is the chromosome causes this error. Hope you help, thanks. ArrowFiles <- createArrowFiles(


2021-07-30 20:34:50 : ERROR Found in .tabixToTmp for (huada : 1 of 1) LogFile = ArchRLogs/ArchR-createArrows-7ba8299e96ac-Date-2021-07-30_Time-20-32-13.log

<simpleError in H5Lcreate_external(target_file_name = tmpChrFilei, target_obj_name = h5ls(tmpChrFilei)$name[2], link_loc = fid, link_name = paste0("Fragments/", chunkName[1], "/", group[2])): HDF5. Links. Unable to initialize object.>

hcph commented 3 years ago

when set thread=1, then fix it

YaoyJiang commented 6 months ago

when set thread=1, then fix it

why should thread be set to 1?