diff --git a/src/modules/createdb.rs b/src/modules/createdb.rs index db3bc23..87e1b41 100644 --- a/src/modules/createdb.rs +++ b/src/modules/createdb.rs @@ -254,7 +254,7 @@ fn _run_python(combined_aa: &String, curr_dir: &str, parent: &str, output: &str, // Delete intermediate files if !keep { // std::fs::remove_file(mapping_file)?; - std::fs::remove_file(combined_aa)?; + // std::fs::remove_file(combined_aa)?; std::fs::remove_file(input_3di)?; std::fs::remove_file(inter_prob)?; } @@ -263,4 +263,4 @@ fn _run_python(combined_aa: &String, curr_dir: &str, parent: &str, output: &str, // chkpnt::write_checkpoint(&format!("{}/createdb.chk", parent), "1")?; Ok(()) -} \ No newline at end of file +}