Hi All,
I have many fastq files from the same library. If I run cellranger count on all of them together, I can only do it through slurm by submitting to a single node. I want to use multiple nodes, so that I can get multi cellranger count results. In this case, how can I combine all the cellranger count results together in the end?
Thank you very much! Because I don't know how to run cellranger count across multiple nodes via SLURM. I can only run cellranger count on a portion of the FASTQ files on node 1, and another portion on node 2.