This file is indexed.

/etc/getData.conf.d/rfam.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 Rfam configuration file\n" if $verbose;

$toBeMirrored{"dog.genome"}={
  "name" => "Rfam9.1 - Multiple alignments and covariance models of non-coding RNA families",
  "tags" => ["rna"],
  "source" => "ln -s /etc/getData.conf.d/rfam.getData.mk Makefile ; make get unpack",
  "post-download" => ""
};

1;