Skip to content

Commit

Permalink
add gromacs
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenChM committed Nov 21, 2024
1 parent af70e0a commit 322026a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- biobb_common == 5.0.0
- lipyphilic == 0.10.0
- ambertools
- gromacs
- hole2
- pip:
- fatslim
2 changes: 1 addition & 1 deletion biobb_mem/fatslim/fatslim_membranes.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def launch(self) -> int:
self.tmp_cfg = str(PurePath(fu.create_unique_dir()).joinpath('output.gro'))
self.cmd = ['gmx', 'editconf',
'-f', self.stage_io_dict["in"]["input_top_path"],
'-o ', self.tmp_cfg,
'-o', self.tmp_cfg,
'-box', ' '.join(map(str, u.dimensions[:3]))
]
self.tmp_out = str(PurePath(fu.create_unique_dir()).joinpath('output.ndx'))
Expand Down
1 change: 1 addition & 0 deletions biobb_mem/json_schemas/biobb_mem.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"python >=3.9",
"biobb_common ==5.0.0",
"ambertools >=22.0",
"gromacs",
"lipyphilic ==0.10.0",
"chap",
"hole2",
Expand Down

0 comments on commit 322026a

Please sign in to comment.