Dear SpatialTE developers,
I hope you are doing well.
I am currently trying to perform the TE analysis from this paper:
SpatialTE paper in Cell
Specifically, I am working with dataset:
SRR11832808
GSE144239
I believe this dataset is an original Spatial Transcriptomics (ST) dataset. The GEO submission provides a barcode file named:
GSE144239_ST_barcode_id.txt
The barcode file looks like this:
GTCCGATATGATTGCCGC 2 6
GCGACGCGGCATAGTTTA 2 8
ACGTGCGCAAATATGACG 2 10
...
However, when I run SpatialTE, I encounter the following errors:
Error running the pipeline
object of type 'NoneType' has no len()
Then downstream steps fail because several BAM files are not generated:
[E::hts_open_format] Failed to open file "annotated.bam" : No such file or directory
samtools view: failed to open "annotated.bam" for reading: No such file or directory
I also see:
samtools view: Could not read file "mm10_all_from_ucsc.bed": No such file or directory
Error: Unable to open file mm10_all_from_ucsc.bed. Exiting.
and later:
RuntimeError: Error during annotation, input file not present annotated_overlappingTE.bam
followed by additional missing intermediate BAM errors.
My questions are:
Does SpatialTE fully support the original ST barcode format used in GSE144239?
Is the GSE144239_ST_barcode_id.txt format correct for SpatialTE input?
Could the initial:
object of type 'NoneType' has no len()
error indicate a barcode parsing issue?
Should I convert the barcode file into another format before running the pipeline?
Is the missing mm10_all_from_ucsc.bed file related to the primary error, or is it a separate configuration issue?
Any guidance would be greatly appreciated.
Thank you very much for your help and for developing SpatialTE.
Best regards,
Mande
Dear SpatialTE developers,
I hope you are doing well.
I am currently trying to perform the TE analysis from this paper:
SpatialTE paper in Cell
Specifically, I am working with dataset:
SRR11832808
GSE144239
I believe this dataset is an original Spatial Transcriptomics (ST) dataset. The GEO submission provides a barcode file named:
GSE144239_ST_barcode_id.txt
The barcode file looks like this:
GTCCGATATGATTGCCGC 2 6
GCGACGCGGCATAGTTTA 2 8
ACGTGCGCAAATATGACG 2 10
...
However, when I run SpatialTE, I encounter the following errors:
Error running the pipeline
object of type 'NoneType' has no len()
Then downstream steps fail because several BAM files are not generated:
[E::hts_open_format] Failed to open file "annotated.bam" : No such file or directory
samtools view: failed to open "annotated.bam" for reading: No such file or directory
I also see:
samtools view: Could not read file "mm10_all_from_ucsc.bed": No such file or directory
Error: Unable to open file mm10_all_from_ucsc.bed. Exiting.
and later:
RuntimeError: Error during annotation, input file not present annotated_overlappingTE.bam
followed by additional missing intermediate BAM errors.
My questions are:
Does SpatialTE fully support the original ST barcode format used in GSE144239?
Is the GSE144239_ST_barcode_id.txt format correct for SpatialTE input?
Could the initial:
object of type 'NoneType' has no len()
error indicate a barcode parsing issue?
Should I convert the barcode file into another format before running the pipeline?
Is the missing mm10_all_from_ucsc.bed file related to the primary error, or is it a separate configuration issue?
Any guidance would be greatly appreciated.
Thank you very much for your help and for developing SpatialTE.
Best regards,
Mande