Skip to content

Commit

Permalink
copy input PDB to result folder for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Hollander committed Jul 23, 2020
1 parent 542e6f4 commit 25e03d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,9 @@ struct Settings {
if (run_axis_trace) write_axes_trace_parameters();
if (run_gate_open) write_gate_open_parameters();

// copy input PDB to output folder for convenience
fs::copy(pdb_path, out_dir / fs::path(pdb_name + ".pdb"));

}

// generates the file path with all rotamer definitions for the given residue type
Expand Down

0 comments on commit 25e03d5

Please sign in to comment.