This file is indexed.

/etc/getData.conf.d/dog.getData is in getdata 0.2-2.

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 Canis lupus familiaris configuration file\n" if $verbose;

$toBeMirrored{"dog.genome"}={
  "name" => "CanFam2.0 - Dog Genome Sequencing Project",
  "tags" => ["dog","genome"],
  "source" => "ln -s /etc/getData.conf.d/dog.getData.mk Makefile ; make get unpack",
  "post-download" => "make blast"
};

1;