Home
last modified time | relevance | path

Searched refs:out_json_trace_file (Results 1 – 5 of 5) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dcl.c1616 strcpy(io->out_json_trace_file,io->in_align_file); in Read_Command_Line()
1617 strcat(io->out_json_trace_file,"_phyml_trace"); in Read_Command_Line()
1618 …if(io->append_run_ID) { strcat(io->out_json_trace_file,"_"); strcat(io->out_json_trace_file,io->ru… in Read_Command_Line()
1619 strcat(io->out_json_trace_file,".json"); in Read_Command_Line()
1620 io->fp_out_json_trace = Openfile(io->out_json_trace_file,READWRITE); in Read_Command_Line()
H A Dxml.c208 strcpy(io->out_json_trace_file,outputfile); in XML_Process_Base()
209 strcat(io->out_json_trace_file,"_phyml_trace"); in XML_Process_Base()
210 …if(io->append_run_ID) { strcat(io->out_json_trace_file,"_"); strcat(io->out_json_trace_file,io->ru… in XML_Process_Base()
211 strcat(io->out_json_trace_file,".json"); in XML_Process_Base()
212 io->fp_out_json_trace = Openfile(io->out_json_trace_file,READWRITE); in XML_Process_Base()
H A Dfree.c935 Free(io->out_json_trace_file); in Free_Input()
H A Dutilities.h1231 char *out_json_trace_file; /*! name of the file in which json trace is written */ member
H A Dmake.c1048 io->out_json_trace_file = (char *)mCalloc(T_MAX_FILE,sizeof(char)); in Make_Input()