Skip to content

Commit b7b5382

Browse files
changed output file names
1 parent 1d28031 commit b7b5382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pharmgkb/pharmgkb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function run()
120120

121121
// set the write file, parse, write and close
122122
$suffix = parent::getParameterValue('output_format');
123-
$outfile = $file.'.'.$suffix;
123+
$outfile = "pharmgkb-".$file.'.'.$suffix;
124124
$gz=false;
125125

126126
if(strstr(parent::getParameterValue('output_format'), "gz")) {

0 commit comments

Comments
 (0)