Skip to content

Commit

Permalink
Update analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philippesanio authored Jun 6, 2023
1 parent 394ebbe commit 415379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def write_intermediate_candidates(self, candidate_type: str = "") -> str:
"genome_var": np.var(self.cnv_metrics.df_coverage_candidate_no_excl_zone_random_samples['coverage'])
}
}
output_path = intermediate_output_writer.write_intermediate_file(analysis_dict, f"cnvs_{self.sample_id}")
output_path = intermediate_output_writer.write_intermediate_file(analysis_dict, f"{self.sample_id}")
self.intermediate_candidates_file_location = output_path
return output_path

Expand Down

0 comments on commit 415379b

Please sign in to comment.