Closed dylanzhao1993 closed 4 years ago
Would you be able to provide me with a minimum file to reproduce the issue?
There are the errors showed in error file.
Hi @byb121 , I have run the program according to your advice for @eb32142 . But it still showed the same error.
And I have also generated a new index file for this job. So I may have the exact same issue as @eb32142 . Did he resolve this issue eventually?
That issue is not solved either.
Does you BAM file have @PG
lines in its header? Could you post them here, or probably the whole header if it's ok.
It's possible that isaac's bgzip level causes the issue. Could you convert your BAM to an uncompressed BAM and run telomerecat again:
samtools view -bu your.bam > new.bam
Not work. Same error again.
You didn't create a new index for the bam based on that message.
You didn't create a new index for the bam based on that message.
Thank you for your notification. I will try it again.
It still cannot work.
I suspect it's an issue from pysam's new updates. What's your pysam version?
the version is 0.16.0.1
Thanks, I'll run some tests to confirm it.
Reverting pysam to version 0.15.3 should eliminate those warnings, and perhaps will eliminate the truncated file
error as well. Please have a go and let me know your outcome. Thanks.
@byb121 @keiranmraine It works now. Thank you very much for your help!!!!!!!
I have also met the same issue as @eb32142 . There are lots of lines showing "Could not retrieve index file for....". So the telomere length cannot be estimated. But I can make sure that the bam file and its index file are under the same path.