/etc/getData.conf.d/human.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 Homo sapiens configuration file\n" if $verbose;
$toBeMirrored{"human.genome"}={
"name" => "hg19 – Genome Reference Consortium",
"tags" => ["human","genome"],
"source" => "make -f /etc/getData.conf.d/human.getData.mk get unpack",
# "post-download" => "make blast"
};
1;
|