Hi,
I am planning to perform sequencing alignment using the new mouse reference genome mm39 available on UCSC: https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/ (bowtie2 on chipseq data). Did I understand correctly that both mm39.2bit and mm39.fa.gz are the same and I can use either of them (2bit file first convert to fasta) for the alignment? And one practical question: have you noticed significant overall difference compared to alignment against mm10?
Yes, 2bit is a format that stores DNA sequences in a compact manner (I believe it even includes masked regions), but I wouldn't go through the hassle of converting it to fasta format if there is already a fasta file.