/etc/getData.conf.d/mouse.getData is in getdata 0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10  | print STDERR "Reading Mus musculus configuration file\n" if $verbose;
$toBeMirrored{"mouse.genome"}={
  "name" => "mm9 – Mouse Genome Sequencing Consortium",
  "tags" => ["mouse","genome"],
  "source" => "make -f /etc/getData.conf.d/mouse.getData.mk get unpack",
#  "post-download" => "make blast"
};
1;
 |