This file is indexed.

/etc/getData.conf.d/rfam.getData.mk 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
SHARED_WGET_OPTIONS=$(shell getData --getWgetOptions)

get:
	wget $SHARED_WGET_OPTIONS ftp://ftp.sanger.ac.uk/pub/databases/Rfam/9.1/*

unpack:
	for file in *.gz ; do zcat $$file > `basename $$file .gz` ; done