Hi Macspider
Thanks for the inputs. I mapped transcriptome data to the genome and got the bam file. Later sorted it by coordinates and used bam2hints to get the hints file. There is no error message, however, the hints.gff file is empty
My Commands
1. Mapping by bowtie2
bowtie2 -p 16 -x my_assembly -1 my_data_R1.fastq.gz -2 my_data_R2.fastq.gz -S my_data.sam
samtools view -bS my_data.sam > my_data.bam
samtools sort my_data.bam my_data.sorted
2. BAM to hints file
bam2hints --in my_data.sorted.bam --out hints.gff
I see a message at the end - which does not look like an error
Wait a moment, calculating maximum block size that needs to be allocated... .. done