Zepeng (Phoenix) Mu

Results 24 comments of Zepeng (Phoenix) Mu

This error is not related to ArchR, in your code you specified `groupRNA` twice: ```r groupRNA = "celltype", # here groupList = groupList, addToArrow = FALSE, groupRNA = "BioClassification", #...

I agree that when the intermediate file is there, snakemake does not need to check whether the original input file is there. In my case, I was trying to forcerun...

I think I have a similar issue. I am trying to generate a list of dataframes and rbind them: ```r out % Reduce("rbind", .) ``` The problem is when the...