Skip to content

Commit

Permalink
Update Python wf
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jan 14, 2025
1 parent 34fd61c commit a13f645
Show file tree
Hide file tree
Showing 46 changed files with 188,327 additions and 2 deletions.
3 changes: 1 addition & 2 deletions biobb_wf_md_setup/python/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
def main(config, system=None):
start_time = time.time()
conf = settings.ConfReader(config, system)
print(conf.properties)
global_log, _ = fu.get_logs(path=conf.get_working_dir_path(), light_format=True)
global_prop = conf.get_prop_dic(global_log=global_log)
global_paths = conf.get_paths_dic()
Expand Down Expand Up @@ -105,7 +104,7 @@ def main(config, system=None):
global_log.info("step23_rmsd_exp: Generate RMSd (against exp.) plot for the resulting setup trajectory from the free md step")
gmx_rms(**global_paths["step23_rmsd_exp"], properties=global_prop["step23_rmsd_exp"])

if conf.properties['run_md']:
if conf.properties['global_properties']['run_md']:
global_log.info("step24_grompp_md: Preprocess long MD simulation after setup")
grompp(**global_paths["step24_grompp_md"], properties=global_prop["step24_grompp_md"])

Expand Down
1 change: 1 addition & 0 deletions biobb_wf_md_setup/tests/python/ions.pdb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TER
1,003 changes: 1,003 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step00_cat_pdb/protein.ions.pdb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7,484 changes: 7,484 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step100_make_ndx/str_index.ndx

Large diffs are not rendered by default.

Binary file not shown.
21,734 changes: 21,734 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step10_mdrun_min/min.gro

Large diffs are not rendered by default.

13,678 changes: 13,678 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step10_mdrun_min/min.log

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21,734 changes: 21,734 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step12_mdrun_nvt/nvt.gro

Large diffs are not rendered by default.

1,855 changes: 1,855 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step12_mdrun_nvt/nvt.log

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21,734 changes: 21,734 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step14_mdrun_npt/npt.gro

Large diffs are not rendered by default.

1,852 changes: 1,852 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step14_mdrun_npt/npt.log

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21,734 changes: 21,734 additions & 0 deletions biobb_wf_md_setup/tests/python/reference/step16_mdrun_md/md.gro

Large diffs are not rendered by default.

Loading

0 comments on commit a13f645

Please sign in to comment.