We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4f94e commit 857bf41Copy full SHA for 857bf41
goa/goa.php
@@ -66,7 +66,8 @@ function run(){
66
$rfile = $rdir.strtoupper($file)."/gene_association.goa_".$file.".gz";
67
if($download == true) {
68
echo "downloading $file ... ";
69
- file_put_contents($lfile,file_get_contents($rfile));
+ //file_put_contents($lfile,file_get_contents($rfile));
70
+ utils::DownloadSingle($rfile,$lfile);
71
}
72
73
$gz = (strstr(parent::getParameterValue('output_format'),".gz") === FALSE)?false:true;
0 commit comments