Skip to content

Commit 83a9ff8

Browse files
changed ctd output files to new standard
1 parent a06064c commit 83a9ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctd/ctd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function process(){
121121
}
122122

123123
$out_suffix = parent::getParameterValue('output_format');
124-
$ofile = "ctd_".$file.".".$out_suffix;
124+
$ofile = "bio2rdf-ctd-".str_replace("_","-", $file).".".$out_suffix;
125125
$gz = false;
126126

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

0 commit comments

Comments
 (0)