Hi Biostars,
I try to get the loom file to do velocity analysis:
velocyto run10x -m Hg38_rmsk.gtf WT/outs /cellranger/reference/refdata-cellranger-GRCh38-3.0.0/genes/genes.gtf
Inside WT/outs I have some folders such as filtered_feature_bc_matrix
. Inside filtered_feature_bc_matrix
, I have barcodes.tsv.gz
ERROR - This is an older version of cellranger, cannot check if the output are ready, make sure of this yourself.
ERROR - Can not locate the barcodes.tsv file!
line 91, in run10x.
bcfile = bcmatches[0].
IndexError: list index out of range.
Would you please have a suggestion? Thank you so much!
Update: I added the bam file and rename it to: possorted_genome_bam.bam
then:
FileNotFoundError: [Errno 2] No such file or directory: 'samtools': 'samtools'
Is there a
WT/_versions
file? Also, what is the version of velocyto you're using?No, I don't have
_versions
insideWT
. I. think it is 0.17.17. I also have another folderMT
.Cellranger produces some files with runtime parameters and settings and dumps them in the same directory as the
outs
directory. Also, please don't guess versions - double check and add what you can verify. I cannot help you with velocyto but any software issue can only benefit from exact version info.Yes, I checked. It is
0.17.17.