Quick question here regarding extending TrackSig beyond the hg19 reference build. In src/getMutationTypes.pl, line 16 has the explicit delineation of using hg19:
my %fastaHandles = ("path" => "annotation/hg19/");
My question is, could other reference files be used, like hg38, with the corresponding set of chromosomes used, and simple alteration of line 16? Would this result in any meaningful change of performance in TrackSig? Or is TrackSig meant to be used only with hg19-aligned genomes?