Unexpected BAM File Reference in TEtranscripts: [E::idx_find_and_load] Could not retrieve index file for '.1735078030.51.bam' #215
Labels
Python-related
Issue relating to Python or Python modules
Hello,
I encountered an issue while running TEtranscripts. During execution, the program generated the following error message:
[E::idx_find_and_load] Could not retrieve index file for '.1735078030.51.bam'
However, I did not specify this BAM file in my input, and it does not exist in my working directory or input files. Despite this error, the program continued running, and the results appear to have been generated successfully.
Here are the details of my command
TEtranscripts --sortByPos --format BAM --mode multi
-t N-1.accepted_hits.sorted.bam N-2.accepted_hits.sorted.bam N-3.accepted_hits.sorted.bam
-c UT-1.accepted_hits.sorted.bam UT-2.accepted_hits.sorted.bam UT-3.accepted_hits.sorted.bam
--GTF zs11_agat.gtf --TE zs11TE_JH.gtf --project 2vs1 --outdir 2vs1
• Treatment BAM files:
N-1.accepted_hits.sorted.bam, N-2.accepted_hits.sorted.bam, N-3.accepted_hits.sorted.bam
• Control BAM files:
UT-1.accepted_hits.sorted.bam, UT-2.accepted_hits.sorted.bam, UT-3.accepted_hits.sorted.bam
• Annotation files:
GTF file: zs11_agat.gtf、TE file: zs11TE_JH.gtf
What I’ve tried:
My questions:
1. Why is the program attempting to load this unexpected BAM file?
2. Is it safe to ignore this error if the results seem correct?
3. How can I resolve or suppress this error to avoid confusion?
Thank you for your help!
The text was updated successfully, but these errors were encountered: