Hello, I am trying to understand how Homer chooses the center of the peak when I don't specify size, do you know if '-size given' is the default? I want to get positions for the motifs found in the peaks but the output does not look like the center of the peak is litterally the middle point of the peak.
My command is something like this:
annotatePeaks.pl con_brown_diffbind_close.bed Aque1.31 -m *.motif -gff3 Aqu2.1_Genes.gff3 -mbed con_brown_diffbind_close.bed_motifs.bed > con_brown_diffbind_close.tsv
the output bed file (con_brown_diffbind_close.bed_motifs.bed) has start and end positions but the file con_brown_diffbind_close.tsv has positions relative to the center of the peak (something like +477, -50...) but the positions of both files only match if the center of the peak is not the middle point.