We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d78da commit 61bd9a1Copy full SHA for 61bd9a1
omim/omim.php
@@ -101,7 +101,7 @@ function Run()
101
$total = count($entries);
102
foreach($entries AS $omim_id => $type) {
103
echo "processing ".(++$i)." of $total - omim# ";
104
- $download_file = $ldir.$omim_id.".json";
+ $download_file = "compress.zlib://".$ldir.$omim_id.".json.gz";
105
// download if the file doesn't exist or we are told to
106
if(!file_exists($download_file) || parent::getParameterValue('download') == true) {
107
// download using the api
0 commit comments