ERROR: "Fragment file is not indexed"
1
0
Entering edit mode
22 months ago

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?

atac-seq cellranger snatac-seq • 2.0k views
ADD COMMENT
0
Entering edit mode
22 months ago
Mensur Dlakic ★ 27k

There is no such a directory as .../ - maybe you meant ../ for one directory up? Either that is wrong, or you don't have the original fragments file (fragments.tsv.gz) in the same directory.

https://github.com/timoast/signac/issues/7

ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

So both files ../fragments.tsv.gz.tbi and ../fragments.tsv.gz do exist and you are allowed to read them?

ADD REPLY
0
Entering edit mode

Yes, correct.

ADD REPLY

Login before adding your answer.

Traffic: 1522 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6