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 13, 2025
1 parent 2011148 commit 126a8da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions biobb_wf_amber_md_setup/python/workflow.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- bioconda
dependencies:
- biobb_structure_utils>=4.2.0
- biobb_chemistry>=4.2.0
- biobb_amber>=4.2.0
- biobb_analysis>=4.2.0
- biobb_structure_utils>=5.0.0
- biobb_chemistry>=5.0.3
- biobb_amber>=5.0.2
- biobb_analysis>=5.0.1
4 changes: 2 additions & 2 deletions biobb_wf_amber_md_setup/python/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run_md: true
step00_reduce_remove_hydrogens:
tool: reduce_remove_hydrogens
paths:
input_path: /path/to/inputs/structure.pdb
input_path: file:structure.pdb
output_path: structure.noH.pdb

step0_extract_molecule:
Expand All @@ -18,7 +18,7 @@ step000_cat_pdb:
tool: cat_pdb
paths:
input_structure1: dependency/step0_extract_molecule/output_molecule_path
input_structure2: /path/to/inputs/ions.pdb
input_structure2: file:ions.pdb
output_structure_path: protein.ions.pdb

step1_pdb4amber_run:
Expand Down

0 comments on commit 126a8da

Please sign in to comment.