Skip to content

Commit bf5dbf9

Browse files
Updated PharmGKB parser to release 3; pathways function is not up-to-date with latest pathways files
1 parent 42d6ca0 commit bf5dbf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: pharmgkb/pharmgkb.php

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ function process(){
180180
$this->SetWriteFile($odir.$outfile, $gz);
181181

182182
foreach($zipentries AS $zipentry) {
183-
echo $zipentry.PHP_EOL;
184183
if(($fp = $zin->getStream($zipentry)) === FALSE) {
185184
trigger_error("Unable to get $file.tsv in ziparchive $lfile");
186185
return FALSE;

0 commit comments

Comments
 (0)