Closed tejas-j closed 2 years ago
Thank you for your suggestions. The current version is designed for hg19/hg38 BAM files and corresponding annotation (genecode). If you input b37/b38 BAM, besides codes, the corresponding annotation files should be changed. Can you realign your reads to hg19/hg38 reference genome? then rerun exitron identification? If you don't have the raw reads, you can extract them using Picard and realign using HISAT2, which is much faster than STAR.
I will modify the code and the annotations to make them compatible with b37 coordinates in the future.
Hi,
I have been trying to run the tool on a BAM file which is aligned by STAR to b37 and has duplicates marked. When I run the tool, I get the following error. Is there a way to debug this error?
Thank you
EDIT: After some debugging, looks like I have isolated the issue. The command
samtools bedcov EA929033.subset.position.bed EA929033.subset.bam -Q 0
is failing because the position.bed file has chromosomes listed as 'chr1', 'chr2' ... and the BAM file has them as '1','2', ...Is there some part of the code that I can modify so that the chromosomes listed in the BAM file match the BED file?
Than you