Did anyone need to edit the compute_trace.py? It's unclear to me how it should work.
First- there does not appear to be any print function for output_filename
Second- The input for -prefix is very confusing to me. Help says it is an integer for Ne. However, in the code it looks like the output parameter from convert_to_tskit. If within convert_trace the following is defined:
file_name = f"{prefix}_{index}.trees"
Then I don't understand how prefix is an integer if I did not use an integer as the name for my .trees files.
With thanks, Emily
Did anyone need to edit the compute_trace.py? It's unclear to me how it should work.
First- there does not appear to be any print function for output_filename
Second- The input for -prefix is very confusing to me. Help says it is an integer for Ne. However, in the code it looks like the output parameter from convert_to_tskit. If within convert_trace the following is defined:
file_name = f"{prefix}_{index}.trees"Then I don't understand how prefix is an integer if I did not use an integer as the name for my .trees files.
With thanks, Emily