Entering edit mode
2.6 years ago
bioinformatics.girl
▴
20
Running a pipeline with the following argument:
chrom_assay <- CreateChromatinAssay(
counts=counts,
sep = c(":", "-"),
genome = 'mm10',
fragments = '.../fragments.tsv.gz.tbi',
min.cells = 10,
min.features = 200)
I keep receiving the error `Fragment file is not indexed
. Any suggestions?
Right; I was demonstrating that I was providing the path of the fragment file. I have tried .tsv, .tsv.gz, .tbi files, etc. Same error.
So both files
../fragments.tsv.gz.tbi
and../fragments.tsv.gz
do exist and you are allowed to read them?Yes, correct.