This file is indexed.

/etc/getData.conf.d/pdb.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
print STDERR "Reading PDB configuration file\n" if $verbose;

$toBeMirrored{"pdb"}={
  "name" => "PDB - protein structure database",
  "source" => "wget --mirror ftp://ftp.ebi.ac.uk/pub/databases/msd/pdb_uncompressed"
};

1;