Open chaiepi opened 11 months ago
Thank you for your feedback, this problem is caused by the inaccurate recognition of reads with INDEL in the previous version of ATACAmp, we have made some modifications, please download the programme again and run it, if you have any problems, please feel free to contact us!
Thank you for your feedback, this problem is caused by the inaccurate recognition of reads with INDEL in the previous version of ATACAmp, we have made some modifications, please download the programme again and run it, if you have any problems, please feel free to contact us!
Thanks for your reply. I update ATACAmp, but one more error occurs as follow: File "/software/ATAC-amp/AtacAmp.py", line 153 'I').split('D') IndentationError: unexpected indent
Sorry for leaving this error, please try again now!
Thanks for your reply. I update ATACAmp again, but another error occurs as follow:
Traceback (most recent call last):
File "/software/ATAC-amp/AtacAmp.py", line 336, in
Please try again, I believe the problem is now solved
No error occurs. it works! but the output file (in my case is the file of s02.pri.atac.cancer.result) has no contents. figure as follows
That might mean your sample doesn't have ecdna or hsr regions.Maybe you could try a sample that's positive for ecdna.
---Original--- From: @.> Date: Mon, Dec 11, 2023 10:23 AM To: @.>; Cc: @.**@.>; Subject: Re: [chsmiss/ATAC-amp] I run this useful tool and an error occurs(Issue #2)
No error occurs. it works! but the output file (in my case is the file of s02.pri.atac.cancer.result) has no contents. figure as follows
image.png (view on web)
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Hello, this tool outputs this error: [E::idx_find_and_load] Could not retrieve index file for 's02.pri.atac.cancer.split.bam' . Can this error influence the final results? By the way, can you provide me a test bam file that's positive for ecdna.
Hi, I run this useful tool and an error occurs as follows: Traceback (most recent call last): File "/ATAC-amp/AtacAmp.py", line 303, in
split_bk_dir = process_split_reads(split_bam_f)
File "/ATAC-amp/AtacAmp.py", line 137, in process_split_reads
breakpoint_start = split_line.pos + int(split_line.cigarstring.split('M')[0])
ValueError: invalid literal for int() with base 10: '1I102'
So how to fix it?
Thanks in advance