Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dinterface.c162 strcpy(io->out_boot_tree_file,io->in_align_file); in Launch_Interface()
163 strcat(io->out_boot_tree_file,"_phyml_boot_trees.txt"); in Launch_Interface()
165 …if(io->append_run_ID) { strcat(io->out_boot_tree_file,"_"); strcat(io->out_boot_tree_file,io->run_… in Launch_Interface()
166 io->fp_out_boot_tree = Openfile(io->out_boot_tree_file,1); in Launch_Interface()
1745 strcpy(io->out_boot_tree_file,io->in_align_file); in Launch_Interface_Branch_Support()
1747 strcat(io->out_boot_tree_file,"_phyml_boot_trees.txt"); in Launch_Interface_Branch_Support()
1748 io->fp_out_boot_tree = Openfile(io->out_boot_tree_file,1); in Launch_Interface_Branch_Support()
H A Dcl.c1635 strcpy(io->out_boot_tree_file,io->in_align_file); in Read_Command_Line()
1636 strcat(io->out_boot_tree_file,"_phyml_boot_trees"); in Read_Command_Line()
1637 …if(io->append_run_ID) { strcat(io->out_boot_tree_file,"_"); strcat(io->out_boot_tree_file,io->run_… in Read_Command_Line()
1638 strcat(io->out_boot_tree_file,".txt"); in Read_Command_Line()
1639 io->fp_out_boot_tree = Openfile(io->out_boot_tree_file,1); in Read_Command_Line()
H A Dfree.c927 Free(io->out_boot_tree_file); in Free_Input()
H A Dutilities.h1219 char *out_boot_tree_file; /*! name of the tree file */ member
H A Dmake.c1040 io->out_boot_tree_file = (char *)mCalloc(T_MAX_FILE,sizeof(char)); in Make_Input()