Hi,
I have downloaded a public dataset and would like to run cellranger count on it.
The main folder is CNP000460
, containing multiple samples, such as CNS0094872
, this sample folder has several associated subfolders, each subfolder contains a fastq
file from a separate lane, either R1
or R2
.
I am truggling to run cellranger on this data as it is. one solution would be to move all the fastq files into one folder only, but I was wandering if there was a more straightforward solution without changing the structure of the folders.
I've used symlinks to run data from two separate runs together. I don't think current versions of cellranger care about the index files any more, so you don't have to worry about making symlinks for those.
Agreed. I never have index files present during the run and either delete them or compress to CRAM and store away somewhere. They're not required.