Closed ShenTTT closed 3 years ago
it seems that adding 'NM_' to the first two columns solved this problem
Happy to know the issue is solved.
On Thu, Apr 8, 2021, 7:10 AM ShenTTT @.***> wrote:
it seems that adding 'NM_' to the first two columns solved this problem
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arefeen/TAPAS/issues/18#issuecomment-815856486, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNFASBDYVQB4DVDZLQ6DOLTHW2L3ANCNFSM42MKYLUQ .
I tried to detect APA sites using the following command:
for i in
ls -1 *_coverage.txt | sed 's/_coverage.txt//'
do echo "detect APA sites for ${i}" ./APA_sites_detection -ref refFlat.txt -cov ${i}_coverage.txt -l 150 -o ${i}_APA.txtHowever, the output were all blank files. I tried to run the sample analysis and it went well. I noticed that a sorted and filtered refFlat file is always generated when the program is executed properly, but in my case, that file was generated as a blank file from my original refFlat file. I checked the format of my refFlat file and I think it perfectly matches the sample. I have attached part of my refFlat file here for your reference and I wonder how this could be solved?